aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-20 10:30:02 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-20 10:31:52 -0300
commit6893577c6a6e1320fd96e142a213d239c0549d59 (patch)
treeabbbea75e4cc6544d2f12cc1c8af3a739a42704b /RELNOTES
parentRELNOTES: add features and docs items (diff)
downloadfirejail-6893577c6a6e1320fd96e142a213d239c0549d59.tar.gz
firejail-6893577c6a6e1320fd96e142a213d239c0549d59.tar.zst
firejail-6893577c6a6e1320fd96e142a213d239c0549d59.zip
RELNOTES: clarify --restrict-namespaces feature
Relates to #4939 #5259.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 5894aec2f..b2bec9547 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,8 +4,9 @@ firejail (0.9.72rc1) baseline; urgency=low
4 erroring out (#5240 #5242) 4 erroring out (#5240 #5242)
5 * feature: Update syscall tables and seccomp groups (#5188) 5 * feature: Update syscall tables and seccomp groups (#5188)
6 * feature: improve force-nonewprivs security guarantees (#5217 #5271) 6 * feature: improve force-nonewprivs security guarantees (#5217 #5271)
7 * feature: restrict namespaces (--restrict-namespaces) implemented as 7 * feature: add support for restricting the creation of Linux namespaces
8 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259) 8 (--restrict-namespaces, --restrict-namespaces=), implemented as a seccomp
9 filter for both 64 and 32 bit architectures (#4939 #5259)
9 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316 10 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
10 #5317) 11 #5317)
11 * feature: added support for ICMP in nettrace 12 * feature: added support for ICMP in nettrace