aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-20 06:32:26 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-20 06:44:53 -0300
commitffc4f72c5c0601a4d8f9411cd32634f6f49f4e43 (patch)
tree84ec9a11306024a0cd57dcd35a4b942bdbf8dac3 /RELNOTES
parentRELNOTES: sort features by date added (diff)
downloadfirejail-ffc4f72c5c0601a4d8f9411cd32634f6f49f4e43.tar.gz
firejail-ffc4f72c5c0601a4d8f9411cd32634f6f49f4e43.tar.zst
firejail-ffc4f72c5c0601a4d8f9411cd32634f6f49f4e43.zip
RELNOTES: add seccomp log flood bugfix
Relates to #5207.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8d28d3373..a7d4a9422 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,7 @@ firejail (0.9.71) baseline; urgency=low
6 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259) 6 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316 7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
8 #5317) 8 #5317)
9 * bugfix: Flood of seccomp audit log entries (#5207)
9 * build: deduplicate configure-time vars into new config files (#5140 #5284) 10 * build: deduplicate configure-time vars into new config files (#5140 #5284)
10 * build: fix file mode of shell scripts (644 -> 755) (#5206) 11 * build: fix file mode of shell scripts (644 -> 755) (#5206)
11 * build: reduce autoconf input files from 32 to 2 (#5219) 12 * build: reduce autoconf input files from 32 to 2 (#5219)