aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index e60dc9d5a..0d1f435f9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,10 @@
1firejail (0.9.63) baseline; urgency=low 1firejail (0.9.63) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * The blocking action of seccomp filters has been changed from
4 killing the process to returning EPERM to the caller. To get the
5 previous behaviour, use --seccomp-error-action=kill or
6 syscall:kill syntax when constructing filters, or override in
7 /etc/firejail/firejail.config file.
3 * DHCP client support 8 * DHCP client support
4 * SELinux labeling support 9 * SELinux labeling support
5 * 32-bit seccomp filter 10 * 32-bit seccomp filter