aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-16 17:49:31 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-16 17:49:31 +0000
commit11dcc154cc301bdc44d109b73ca3c5fae569ac5c (patch)
treedc721952a806c7cba6dc7747d43a2fc65292d0b8 /src
parentSeahorse revisited (#2600) (diff)
downloadfirejail-11dcc154cc301bdc44d109b73ca3c5fae569ac5c.tar.gz
firejail-11dcc154cc301bdc44d109b73ca3c5fae569ac5c.tar.zst
firejail-11dcc154cc301bdc44d109b73ca3c5fae569ac5c.zip
Follow-up on flatpak/snap support (#2601)
* Remove obsolete snap support from disable-programs.inc * Remove obsolete snap support from pycharm-community.profile * Update RELNOTES to reflect non-existing/dropped flatpak/snap support * Update firejail.txt to reflect flatpak/snap packages are not supported
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt4
1 files changed, 4 insertions, 0 deletions
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,