RELNOTES: add seccomp log flood bugfix

Relates to #5207.
This commit is contained in:
Kelvin M. Klann 2022-08-20 06:32:26 -03:00
parent 0d49c7a42d
commit ffc4f72c5c

View file

@ -6,6 +6,7 @@ firejail (0.9.71) baseline; urgency=low
a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
* feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
#5317)
* bugfix: Flood of seccomp audit log entries (#5207)
* build: deduplicate configure-time vars into new config files (#5140 #5284)
* build: fix file mode of shell scripts (644 -> 755) (#5206)
* build: reduce autoconf input files from 32 to 2 (#5219)