summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-03-16 19:16:16 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-03-16 19:16:16 +0100
commitcb46b1fdc2419fb8379188a50752c0d51f54cbfc (patch)
tree42c73d7dfbaf5307da1a19a966ad95176ecf1805 /src
parenthardening: replace setuid/setgid calls with setresuid/setresgid (diff)
parentFollow-up on flatpak/snap support (#2601) (diff)
downloadfirejail-cb46b1fdc2419fb8379188a50752c0d51f54cbfc.tar.gz
firejail-cb46b1fdc2419fb8379188a50752c0d51f54cbfc.tar.zst
firejail-cb46b1fdc2419fb8379188a50752c0d51f54cbfc.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'src')
-rw-r--r--src/firecfg/firecfg.config1
-rw-r--r--src/man/firejail.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index f1be8bfd9..7531206f5 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -432,6 +432,7 @@ scallion
432scribus 432scribus
433sdat2img 433sdat2img
434seahorse 434seahorse
435seahorse-daemon
435seahorse-tool 436seahorse-tool
436seamonkey 437seamonkey
437seamonkey-bin 438seamonkey-bin
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,