aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-08-08 09:37:48 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-08-08 09:37:48 +0200
commitb75c9ed155bdf9a690dfc251a16684c6385c2270 (patch)
tree7c382227813d3784d37fa5e59623888546bcfdb2 /RELNOTES
parentfirejail: don't pass command line through shell when redirecting output (diff)
downloadfirejail-b75c9ed155bdf9a690dfc251a16684c6385c2270.tar.gz
firejail-b75c9ed155bdf9a690dfc251a16684c6385c2270.tar.zst
firejail-b75c9ed155bdf9a690dfc251a16684c6385c2270.zip
update release notes
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index a22f16373..07dd9f8a9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.63) baseline; urgency=low 1firejail (0.9.63) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * security: fixes for CVE-2020-17367 & CVE-2020-17368, reported by Tim Starling
3 * The blocking action of seccomp filters has been changed from 4 * The blocking action of seccomp filters has been changed from
4 killing the process to returning EPERM to the caller. To get the 5 killing the process to returning EPERM to the caller. To get the
5 previous behaviour, use --seccomp-error-action=kill or 6 previous behaviour, use --seccomp-error-action=kill or