aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-09-26 10:21:32 -0400
committerLibravatar GitHub <noreply@github.com>2022-09-26 10:21:32 -0400
commit1cc9cf99503c34474bd625f5329b260d186f9bbb (patch)
tree2a2d609f1bed807e8f683899c1077618f5bca6b6
parentfix --netlock (#5312) (diff)
parentRELNOTES: add docs (diff)
downloadfirejail-1cc9cf99503c34474bd625f5329b260d186f9bbb.tar.gz
firejail-1cc9cf99503c34474bd625f5329b260d186f9bbb.tar.zst
firejail-1cc9cf99503c34474bd625f5329b260d186f9bbb.zip
Merge pull request #5377 from kmk3/relnotes-dedup-reword-sort-add
RELNOTES: dedup/reword/sort/add
-rw-r--r--README.md9
-rw-r--r--RELNOTES23
2 files changed, 13 insertions, 19 deletions
diff --git a/README.md b/README.md
index 6eecbf317..00d5df031 100644
--- a/README.md
+++ b/README.md
@@ -184,15 +184,6 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
184 184
185Milestone page: https://github.com/netblue30/firejail/milestone/1 185Milestone page: https://github.com/netblue30/firejail/milestone/1
186 186
187### Modified functionality
188
189 * modif: removed cgroups commands (#5190)
190 * modif: changed --disable-firetunnel into --enable-firetunnel in configure.ac (#5190)
191 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
192 * modif: shell none set as default (#5190)
193 * modif: removed --shell= (#5190)
194 * modif: private-lib disabled by default in /etc/firejail/firejail.config (#5190)
195
196### Restrict namespaces 187### Restrict namespaces
197 188
198````` 189`````
diff --git a/RELNOTES b/RELNOTES
index f78586da9..a17cc7040 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,21 +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 * modif: removed cgroups commands (#5190)
4 * modif: changed --disable-firetunnel into --enable-firetunnel in
5 configure.ac (#5190)
6 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
7 * modif: shell none set as default (#5190)
8 * modif: removed --shell= (#5190)
9 * modif: private-lib disabled by default in /etc/firejail/firejail.config
10 (#5190)
11 * modif: tracelog disabled by default in /etc/firejail/firejail.config
12 (#5190)
13 * feature: On failing to remount a fuse filesystem, give warning instead of 3 * feature: On failing to remount a fuse filesystem, give warning instead of
14 erroring out (#5240 #5242) 4 erroring out (#5240 #5242)
15 * feature: restrict namespaces (--restrict-namespaces) implemented as 5 * feature: restrict namespaces (--restrict-namespaces) implemented as
16 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259) 6 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
17 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316 7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
18 #5317) 8 #5317)
9 * modif: removed --cgroup= command (#5190 #5200)
10 * modif: set --shell=none as the default (#5190)
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)
14 * modif: disabled private-lib by default in /etc/firejail/firejail.config
15 (#5190 #5216)
16 * modif: disabled tracelog by default in /etc/firejail/firejail.config
17 (#5190)
19 * bugfix: Flood of seccomp audit log entries (#5207) 18 * bugfix: Flood of seccomp audit log entries (#5207)
20 * build: deduplicate configure-time vars into new config files (#5140 #5284) 19 * build: deduplicate configure-time vars into new config files (#5140 #5284)
21 * build: fix file mode of shell scripts (644 -> 755) (#5206) 20 * build: fix file mode of shell scripts (644 -> 755) (#5206)
@@ -28,6 +27,10 @@ firejail (0.9.71) baseline; urgency=low
28 * docs: mention risk of SUID binaries and also firejail-users(5) (#5288 27 * docs: mention risk of SUID binaries and also firejail-users(5) (#5288
29 #5290) 28 #5290)
30 * docs: set vim filetype on man pages for syntax highlighting (#5296) 29 * docs: set vim filetype on man pages for syntax highlighting (#5296)
30 * docs: note that blacklist/whitelist follow symlinks (#5344)
31 * docs: Add IRC channel info to README.md (#5361)
32 * docs: man: Note that some commands can be disabled in firejail.config
33 (#5366)
31 -- netblue30 <netblue30@yahoo.com> Sat, 11 Jun 2022 09:00:00 -0500 34 -- netblue30 <netblue30@yahoo.com> Sat, 11 Jun 2022 09:00:00 -0500
32 35
33firejail (0.9.70) baseline; urgency=low 36firejail (0.9.70) baseline; urgency=low