Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELNOTES: dedup/reword/sort/add #5377

Merged
merged 4 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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