aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES16
1 files changed, 8 insertions, 8 deletions
diff --git a/RELNOTES b/RELNOTES
index 4949117ba..7d03a9e73 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,20 +1,20 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: On failing to remount a fuse filesystem, give warning instead of
4 erroring out (#5240 #5242)
5 * feature: restrict namespaces (--restrict-namespaces) implemented as
6 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
8 #5317)
3 * modif: removed --cgroup= command (#5190 #5200) 9 * modif: removed --cgroup= command (#5190 #5200)
4 * modif: disabled firetunnel by default in configure.ac (#5190)
5 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
6 * modif: set --shell=none as the default (#5190) 10 * modif: set --shell=none as the default (#5190)
7 * modif: removed --shell= command (#5190 #5196 #5209) 11 * modif: removed --shell= command (#5190 #5196 #5209)
12 * modif: disabled firetunnel by default in configure.ac (#5190)
13 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
8 * modif: disabled private-lib by default in /etc/firejail/firejail.config 14 * modif: disabled private-lib by default in /etc/firejail/firejail.config
9 (#5190 #5216) 15 (#5190 #5216)
10 * modif: disabled tracelog by default in /etc/firejail/firejail.config 16 * modif: disabled tracelog by default in /etc/firejail/firejail.config
11 (#5190) 17 (#5190)
12 * feature: On failing to remount a fuse filesystem, give warning instead of
13 erroring out (#5240 #5242)
14 * feature: restrict namespaces (--restrict-namespaces) implemented as
15 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
16 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
17 #5317)
18 * bugfix: Flood of seccomp audit log entries (#5207) 18 * bugfix: Flood of seccomp audit log entries (#5207)
19 * build: deduplicate configure-time vars into new config files (#5140 #5284) 19 * build: deduplicate configure-time vars into new config files (#5140 #5284)
20 * build: fix file mode of shell scripts (644 -> 755) (#5206) 20 * build: fix file mode of shell scripts (644 -> 755) (#5206)