aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 03:05:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 04:30:48 -0300
commit5fbc1cd504b15b247977e85609a86eae448a7bff (patch)
tree160166bf7215b985bff099c6728462facaf935c4
parentRELNOTES: add allow apostrophe in whitelist and blacklist (diff)
downloadfirejail-5fbc1cd50.tar.gz
firejail-5fbc1cd50.tar.zst
firejail-5fbc1cd50.zip
RELNOTES: sort items by category
Sort in the following category order: security, features, modifications, removals, bugfixes, new includes, removed includes, new profiles. Also, --keep-fd was added to the RELNOTES after whitelist-ro, so move it there.
-rw-r--r--RELNOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index fbaf12716..598e19477 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,8 +4,8 @@ firejail (0.9.68rc2) baseline; urgency=low
4 (see README.md) (#4748) 4 (see README.md) (#4748)
5 * security: bugfix: private-cwd leaks access to the entire filesystem 5 * security: bugfix: private-cwd leaks access to the entire filesystem
6 (#4780); reported by Hugo Osvaldo Barrera 6 (#4780); reported by Hugo Osvaldo Barrera
7 * exit code: distinguish fatal signals by adding 128 (#4533) 7 * remove (some) environment variables with auth-tokens (#4157)
8 * close file descriptors greater than 2 (--keep-fd) (#4845) 8 * new condition: ALLOW_TRAY (#4510 #4599)
9 * intrusion detection system (--ids-init, --ids-check) 9 * intrusion detection system (--ids-init, --ids-check)
10 * deterministic shutdown (--deterministic-exit-code, 10 * deterministic shutdown (--deterministic-exit-code,
11 --deterministic-shutdown) (#4635) 11 --deterministic-shutdown) (#4635)
@@ -15,11 +15,11 @@ firejail (0.9.68rc2) baseline; urgency=low
15 * whitelist-ro profile command (#4740) 15 * whitelist-ro profile command (#4740)
16 * Allow apostrophe in whitelist and blacklist (#4614) 16 * Allow apostrophe in whitelist and blacklist (#4614)
17 * AppImage support in --build command (#4878) 17 * AppImage support in --build command (#4878)
18 * exit code: distinguish fatal signals by adding 128 (#4533)
18 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 19 * build: firecfg.config is now installed to /etc/firejail/ (#4669)
20 * close file descriptors greater than 2 (--keep-fd) (#4845)
19 * removed --disable-whitelist at compile time 21 * removed --disable-whitelist at compile time
20 * removed whitelist=yes/no in /etc/firejail/firejail.config 22 * removed whitelist=yes/no in /etc/firejail/firejail.config
21 * new condition: ALLOW_TRAY (#4510 #4599)
22 * remove (some) environment variables with auth-tokens (#4157)
23 * bugfix: Fix sndio support (#4362 #4365) 23 * bugfix: Fix sndio support (#4362 #4365)
24 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) 24 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
25 * bugfix: --build clears the environment (#4460 #4467) 25 * bugfix: --build clears the environment (#4460 #4467)