aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES1
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/pycharm-community.profile1
-rw-r--r--src/man/firejail.txt4
4 files changed, 5 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index d780cc823..ff8c9eba9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -8,6 +8,7 @@ firejail (0.9.59) baseline; urgency=low
8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings 8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings
9 * new profiles: code-oss, pragha 9 * new profiles: code-oss, pragha
10 * memory-deny-write-execute now also blocks memfd_create 10 * memory-deny-write-execute now also blocks memfd_create
11 * drop support for flatpak/snap packages
11 12
12firejail (0.9.58,2) baseline; urgency=low 13firejail (0.9.58,2) baseline; urgency=low
13 * cgroup flag in /etc/firejail/firejail.config file 14 * cgroup flag in /etc/firejail/firejail.config file
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index e2eaea38b..976c3610e 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -6,7 +6,6 @@ blacklist ${HOME}/Arduino
6blacklist ${HOME}/Monero/wallets 6blacklist ${HOME}/Monero/wallets
7blacklist ${HOME}/Nextcloud/Notes 7blacklist ${HOME}/Nextcloud/Notes
8blacklist ${HOME}/Standard Notes Backups 8blacklist ${HOME}/Standard Notes Backups
9blacklist ${HOME}/snap
10blacklist ${HOME}/wallet.dat 9blacklist ${HOME}/wallet.dat
11blacklist ${HOME}/.*coin 10blacklist ${HOME}/.*coin
12blacklist ${HOME}/.8pecxstudios 11blacklist ${HOME}/.8pecxstudios
diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile
index bfe8b614e..3caaacf09 100644
--- a/etc/pycharm-community.profile
+++ b/etc/pycharm-community.profile
@@ -5,7 +5,6 @@ include pycharm-community.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/snap
9noblacklist ${HOME}/.PyCharmCE* 8noblacklist ${HOME}/.PyCharmCE*
10noblacklist ${HOME}/.python-history 9noblacklist ${HOME}/.python-history
11noblacklist ${HOME}/.java 10noblacklist ${HOME}/.java
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 8146d1a2e..048db098c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -48,6 +48,10 @@ Firejail allows the user to manage application security using security profiles.
48Each profile defines a set of permissions for a specific application or group 48Each profile defines a set of permissions for a specific application or group
49of applications. The software includes security profiles for a number of more common 49of applications. The software includes security profiles for a number of more common
50Linux programs, such as Mozilla Firefox, Chromium, VLC, Transmission etc. 50Linux programs, such as Mozilla Firefox, Chromium, VLC, Transmission etc.
51.PP
52Alternative sandbox technologies like snap (https://snapcraft.io/) and flatpak (https://flatpak.org/)
53are not supported. Snap and flatpak packages have their own native management tools and will
54not work when sandboxed with Firejail.
51 55
52.SH USAGE 56.SH USAGE
53Without any options, the sandbox consists of a filesystem build in a new mount namespace, 57Without any options, the sandbox consists of a filesystem build in a new mount namespace,