Skip to content

Commit

Permalink
RELNOTES and README.md - existing functionality modified for the next…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
netblue30 committed Aug 29, 2022
1 parent 6e687c3 commit 6d740d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ 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 defautl in /etc/firejail/firejail.config (#5190)

### Restrict namespaces

`````
Expand Down
10 changes: 10 additions & 0 deletions RELNOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
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 defautl in /etc/firejail/firejail.config
(#5190)
* modif: tracelog disabled by defautl 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
Expand Down

0 comments on commit 6d740d7

Please sign in to comment.