aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-07-12 09:31:49 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-07-12 09:31:49 -0400
commit6fa19aab98b0b350c3a77c5f614f1b781760ab53 (patch)
treeab1d666b58ce79cad607324ac7869ece36ecae91 /RELNOTES
parentfix server.profile (diff)
downloadfirejail-6fa19aab98b0b350c3a77c5f614f1b781760ab53.tar.gz
firejail-6fa19aab98b0b350c3a77c5f614f1b781760ab53.tar.zst
firejail-6fa19aab98b0b350c3a77c5f614f1b781760ab53.zip
feature: use seccomp filters build at install time for --restrict-namespaces
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index e356d712a..0244d9741 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,7 @@ firejail (0.9.73) baseline; urgency=low
6 overwritten using --hostname command 6 overwritten using --hostname command
7 * feature: add IPv6 support for --net.print option 7 * feature: add IPv6 support for --net.print option
8 * feature: QUIC (HTTP/3) support in --nettrace 8 * feature: QUIC (HTTP/3) support in --nettrace
9 * feature: use seccomp filters build at install time for --restrict-namespaces
9 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 10 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
10 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 11 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
11 from containing only digits (#5578 #5741) 12 from containing only digits (#5578 #5741)
@@ -20,7 +21,7 @@ firejail (0.9.73) baseline; urgency=low
20 #5618) 21 #5618)
21 * bugfix: fix --hostname and --hosts-file commands 22 * bugfix: fix --hostname and --hosts-file commands
22 * bugfix: arp.c: ensure positive timeout on select(2) (#5806) 23 * bugfix: arp.c: ensure positive timeout on select(2) (#5806)
23 * bugfix: makefiles fixes: seccomp filters and man pages are build every 24 * build: fixed problem with seccomp filters and man pages built every
24 time when running make 25 time when running make
25 * build: auto-generate syntax files (#5627) 26 * build: auto-generate syntax files (#5627)
26 * build: mark all phony targets as such (#5637) 27 * build: mark all phony targets as such (#5637)