Skip to content

Commit

Permalink
Merge pull request #5377 from kmk3/relnotes-dedup-reword-sort-add
Browse files Browse the repository at this point in the history
RELNOTES: dedup/reword/sort/add
  • Loading branch information
netblue30 authored Sep 26, 2022
2 parents 8040833 + 8ed0dc7 commit 1cc9cf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,6 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe

Milestone page: https://github.com/netblue30/firejail/milestone/1

### Modified functionality

* modif: removed cgroups commands (#5190)
* modif: changed --disable-firetunnel into --enable-firetunnel in configure.ac (#5190)
* modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
* modif: shell none set as default (#5190)
* modif: removed --shell= (#5190)
* modif: private-lib disabled by default in /etc/firejail/firejail.config (#5190)

### Restrict namespaces

`````
Expand Down
23 changes: 13 additions & 10 deletions RELNOTES
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
firejail (0.9.71) baseline; urgency=low
* work in progress
* modif: removed cgroups commands (#5190)
* modif: changed --disable-firetunnel into --enable-firetunnel in
configure.ac (#5190)
* modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
* modif: shell none set as default (#5190)
* modif: removed --shell= (#5190)
* modif: private-lib disabled by default in /etc/firejail/firejail.config
(#5190)
* modif: tracelog disabled by default in /etc/firejail/firejail.config
(#5190)
* feature: On failing to remount a fuse filesystem, give warning instead of
erroring out (#5240 #5242)
* feature: restrict namespaces (--restrict-namespaces) implemented as
a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
* feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
#5317)
* modif: removed --cgroup= command (#5190 #5200)
* modif: set --shell=none as the default (#5190)
* modif: removed --shell= command (#5190 #5196 #5209)
* modif: disabled firetunnel by default in configure.ac (#5190)
* modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
* modif: disabled private-lib by default in /etc/firejail/firejail.config
(#5190 #5216)
* modif: disabled tracelog by default in /etc/firejail/firejail.config
(#5190)
* bugfix: Flood of seccomp audit log entries (#5207)
* build: deduplicate configure-time vars into new config files (#5140 #5284)
* build: fix file mode of shell scripts (644 -> 755) (#5206)
Expand All @@ -28,6 +27,10 @@ firejail (0.9.71) baseline; urgency=low
* docs: mention risk of SUID binaries and also firejail-users(5) (#5288
#5290)
* docs: set vim filetype on man pages for syntax highlighting (#5296)
* docs: note that blacklist/whitelist follow symlinks (#5344)
* docs: Add IRC channel info to README.md (#5361)
* docs: man: Note that some commands can be disabled in firejail.config
(#5366)
-- netblue30 <[email protected]> Sat, 11 Jun 2022 09:00:00 -0500

firejail (0.9.70) baseline; urgency=low
Expand Down

0 comments on commit 1cc9cf9

Please sign in to comment.