Skip to content

Releases: linux-application-whitelisting/fapolicyd

v1.3.3

29 Apr 16:27
v1.3.3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

10 Jul 08:19
v1.3.2
7870b72
Compare
Choose a tag to compare

What's Changed

  • Sync the default q_size value with manpage by @radosroka in #248
  • Fix broken backwards compatibility backend numbers by @radosroka in #249
  • Spec tweaks by @sopos in #242
  • Fixed multiple leaks found by coverity and valgrind

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Jun 15:05
v1.3.1
e80d8aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.1

v1.3

14 Jun 21:14
v1.3
baddd48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

fapolicyd-1.2

09 Feb 17:44
Compare
Choose a tag to compare

Major Changes:

  • Extend state machine to skip opens after exec until dyn linker found
  • Control filtering of unwanted files in rpm backend with config file
  • Add support for logging rule number of decision in the audit event (requires the 6.4 kernel or later)

fapolicyd-1.1.7

01 Nov 20:18
Compare
Choose a tag to compare

This is a bug fix release. Re-add dropped FAN_MARK_MOUNT for monitoring events. The symptom was no events. Make some updates to allow running without an rpm back successful.

fapolicyd-1.1.6

03 Oct 15:59
Compare
Choose a tag to compare

This fixes a compile problem in the last release when using older gcc versions.

fapolicyd-1.1.5

27 Sep 14:39
Compare
Choose a tag to compare

This release adds a new check to fapolicyd-cli to allow detection of files in the PATH variable that are not in the trustdb. Also, a new configuration option for using FAN_MARK_FILESYSTEM if the kernel supports it. The default is off. This release also fixes a bug where trusted static apps can start programs with ld.so which is not detected by the ldso_pattern.

fapolicyd-1.1.4

16 Aug 15:15
Compare
Choose a tag to compare

This release switches SHA256 hashing to openssl, fixes a couple memory leaks on error paths, adds --check-status to fapolicyd-cli, exit if fapolicyd is already running, and adds bash completions for the daemon and cli utility.

fapolicyd-1.1.3

21 Jun 15:00
Compare
Choose a tag to compare

This release is focused on performance improvements. Also, a setting for OOMScoreAdjust was added to the service file.