diff --git a/README.md b/README.md index 4627d7dcf9f..1f558ac5894 100644 --- a/README.md +++ b/README.md @@ -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 ````` diff --git a/RELNOTES b/RELNOTES index a7d4a9422c0..82f3ba1526b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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