aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--RELNOTES4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f558ac58..50b120c4a 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
189 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190) 189 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
190 * modif: shell none set as default (#5190) 190 * modif: shell none set as default (#5190)
191 * modif: removed --shell= (#5190) 191 * modif: removed --shell= (#5190)
192 * modif: private-lib disabled by defautl in /etc/firejail/firejail.config (#5190) 192 * modif: private-lib disabled by default in /etc/firejail/firejail.config (#5190)
193 193
194### Restrict namespaces 194### Restrict namespaces
195 195
diff --git a/RELNOTES b/RELNOTES
index 82f3ba152..f78586da9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,9 +6,9 @@ firejail (0.9.71) baseline; urgency=low
6 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190) 6 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
7 * modif: shell none set as default (#5190) 7 * modif: shell none set as default (#5190)
8 * modif: removed --shell= (#5190) 8 * modif: removed --shell= (#5190)
9 * modif: private-lib disabled by defautl in /etc/firejail/firejail.config 9 * modif: private-lib disabled by default in /etc/firejail/firejail.config
10 (#5190) 10 (#5190)
11 * modif: tracelog disabled by defautl in /etc/firejail/firejail.config 11 * modif: tracelog disabled by default in /etc/firejail/firejail.config
12 (#5190) 12 (#5190)
13 * feature: On failing to remount a fuse filesystem, give warning instead of 13 * feature: On failing to remount a fuse filesystem, give warning instead of
14 erroring out (#5240 #5242) 14 erroring out (#5240 #5242)