aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 11:08:36 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 11:11:01 -0300
commita100cbe992c7fb2548dff4815b9704eebec05cde (patch)
treedfff844688f095859075257fe36fbf4a7db9b810 /RELNOTES
parentupdate RELNOTES date (diff)
downloadfirejail-a100cbe992c7fb2548dff4815b9704eebec05cde.tar.gz
firejail-a100cbe992c7fb2548dff4815b9704eebec05cde.tar.zst
firejail-a100cbe992c7fb2548dff4815b9704eebec05cde.zip
RELNOTES: move etc-hide-blacklisted item to modif
And clarify it. Relates to #5010 #5230 #5591 #5595.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index cc028ee95..12a4873e3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -15,7 +15,6 @@ firejail (0.9.72) baseline; urgency=low
15 * feature: add restrict-namespaces to (almost) all applicable profiles (#5440 15 * feature: add restrict-namespaces to (almost) all applicable profiles (#5440
16 #5537) 16 #5537)
17 * feature: add support for netlock in profile files 17 * feature: add support for netlock in profile files
18 * feature: add etc-hide-blacklisted flag in firejail.config (#5010 #5230)
19 * modif: removed --cgroup= command (#5190 #5200) 18 * modif: removed --cgroup= command (#5190 #5200)
20 * modif: set --shell=none as the default (#5190) 19 * modif: set --shell=none as the default (#5190)
21 * modif: removed --shell= command (#5190 #5196 #5209) 20 * modif: removed --shell= command (#5190 #5196 #5209)
@@ -25,6 +24,9 @@ firejail (0.9.72) baseline; urgency=low
25 (#5190 #5216) 24 (#5190 #5216)
26 * modif: disabled tracelog by default in /etc/firejail/firejail.config 25 * modif: disabled tracelog by default in /etc/firejail/firejail.config
27 (#5190) 26 (#5190)
27 * modif: stop hiding blacklisted files in /etc by default and add a new
28 etc-hide-blacklisted option to firejail.config that enables the previous
29 behavior (disabled by default) (#5010 #5230 #5591 #5595)
28 * modif: removed grsecurity support 30 * modif: removed grsecurity support
29 * bugfix: Flood of seccomp audit log entries (#5207) 31 * bugfix: Flood of seccomp audit log entries (#5207)
30 * bugfix: --netlock does not work (Error: no valid sandbox) (#5312) 32 * bugfix: --netlock does not work (Error: no valid sandbox) (#5312)