aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-23 06:06:30 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-24 10:32:19 -0300
commit8b92ac3ebd40b2c7d50b4e43cb6ddb2148d3673a (patch)
treeaf8e8492687aa0f2d8ee82d6dceb3777b46b6dfb
parentBump github/codeql-action from 1.0.27 to 1.0.29 (diff)
downloadfirejail-8b92ac3ebd40b2c7d50b4e43cb6ddb2148d3673a.tar.gz
firejail-8b92ac3ebd40b2c7d50b4e43cb6ddb2148d3673a.tar.zst
firejail-8b92ac3ebd40b2c7d50b4e43cb6ddb2148d3673a.zip
Revert "adding netlink to --protocol list (#4605)"
This reverts commit 39654d01661ea9310b9b886a572ee24b1e4c9cfb. This only manually removes the RELNOTES entry; the other parts were already partially reverted by commit ac83117d0 ("netlink - fixing the fix", 2022-01-22) and commit 7df85d5ab ("netlink: revert man pages", 2022-01-22).
-rw-r--r--RELNOTES1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 18ff04ba5..eefa77ad7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -12,7 +12,6 @@ firejail (0.9.68rc1) baseline; urgency=low
12 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 12 * build: firecfg.config is now installed to /etc/firejail/ (#4669)
13 * removed --disable-whitelist at compile time 13 * removed --disable-whitelist at compile time
14 * removed whitelist=yes/no in /etc/firejail/firejail.config 14 * removed whitelist=yes/no in /etc/firejail/firejail.config
15 * added netlink to --protocol list (#4605)
16 * new condition: ALLOW_TRAY (#4510 #4599) 15 * new condition: ALLOW_TRAY (#4510 #4599)
17 * remove (some) environment variables with auth-tokens (#4157) 16 * remove (some) environment variables with auth-tokens (#4157)
18 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462) 17 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462)