aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 21:09:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 21:23:25 -0300
commitb8c4d27d717f6fbc4234298df108bed887cee0fa (patch)
tree7120ddd9ea14ffd98d94414fd3c338357b9965b7 /RELNOTES
parentRELNOTES: add unset TMP if it doesn't exist (diff)
downloadfirejail-b8c4d27d717f6fbc4234298df108bed887cee0fa.tar.gz
firejail-b8c4d27d717f6fbc4234298df108bed887cee0fa.tar.zst
firejail-b8c4d27d717f6fbc4234298df108bed887cee0fa.zip
RELNOTES: add bugfix for symlinks on private-bin + globs
Relates to #4626.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index a6be465ee..8b34bd69c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -32,6 +32,7 @@ firejail (0.9.68rc2) baseline; urgency=low
32 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560) 32 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560)
33 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586) 33 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586)
34 * bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583) 34 * bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583)
35 * bugfix: firejail symlinks are not skipped with private-bin + globs (#4626)
35 * bugfix: Firejail rejects empty arguments (#4395) 36 * bugfix: Firejail rejects empty arguments (#4395)
36 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235) 37 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235)
37 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328) 38 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328)