aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 8fd438ad3..1d781fca9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,9 @@
1firejail (0.9.68rc2) baseline; urgency=low 1firejail (0.9.68rc2) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * security: on Ubuntu, the PPA is now recommended over the distro package
4 (see README.md) (#4748)
5 * security: bugfix: private-cwd leaks access to the entire filesystem
6 (#4780); reported by Hugo Osvaldo Barrera
3 * exit code: distinguish fatal signals by adding 128 (#4533) 7 * exit code: distinguish fatal signals by adding 128 (#4533)
4 * close file descriptors greater than 2 (--keep-fd) (#4845) 8 * close file descriptors greater than 2 (--keep-fd) (#4845)
5 * intrusion detection system (--ids-init, --ids-check) 9 * intrusion detection system (--ids-init, --ids-check)
@@ -7,7 +11,7 @@ firejail (0.9.68rc2) baseline; urgency=low
7 --deterministic-shutdown) (#4635) 11 --deterministic-shutdown) (#4635)
8 * noprinters command (#4607 #4827) 12 * noprinters command (#4607 #4827)
9 * network monitor (--nettrace) 13 * network monitor (--nettrace)
10 * network locker (--netlock) 14 * network locker (--netlock) (#4848)
11 * whitelist-ro profile command 15 * whitelist-ro profile command
12 * AppImage support in --build command 16 * AppImage support in --build command
13 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 17 * build: firecfg.config is now installed to /etc/firejail/ (#4669)
@@ -15,10 +19,13 @@ firejail (0.9.68rc2) baseline; urgency=low
15 * removed whitelist=yes/no in /etc/firejail/firejail.config 19 * removed whitelist=yes/no in /etc/firejail/firejail.config
16 * new condition: ALLOW_TRAY (#4510 #4599) 20 * new condition: ALLOW_TRAY (#4510 #4599)
17 * remove (some) environment variables with auth-tokens (#4157) 21 * remove (some) environment variables with auth-tokens (#4157)
22 * bugfix: Fix sndio support (#4362 #4365)
18 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) 23 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
19 * bugfix: --build clears the environment (#4460 #4467) 24 * bugfix: --build clears the environment (#4460 #4467)
25 * bugfix: firejail hangs with net parameter (#3958 #4476)
20 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560) 26 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560)
21 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586) 27 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586)
28 * bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583)
22 * bugfix: Firejail rejects empty arguments (#4395) 29 * bugfix: Firejail rejects empty arguments (#4395)
23 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235) 30 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235)
24 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328) 31 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328)