aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-01-23 17:09:47 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-01-23 17:14:17 +0100
commitc5942ba75c1f59d80b951e3bb8a77bcfea6630ed (patch)
treed45b458ebedcdfda800b87e5c50b551dfcbf2fd4 /src/man
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-c5942ba75c1f59d80b951e3bb8a77bcfea6630ed.tar.gz
firejail-c5942ba75c1f59d80b951e3bb8a77bcfea6630ed.tar.zst
firejail-c5942ba75c1f59d80b951e3bb8a77bcfea6630ed.zip
more man page fixes
there are two build options, should clean up both follow-up to commit a6283fd7873a4f1dffb0730a968406d52545c73a
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 4c0da6fc6..59dc5d310 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -194,10 +194,8 @@ Example:
194$ firejail --build vlc ~/Videos/test.mp4 194$ firejail --build vlc ~/Videos/test.mp4
195.TP 195.TP
196\fB\-\-build=profile-file 196\fB\-\-build=profile-file
197The command builds a whitelisted profile, and saves it in profile-file. If /usr/bin/strace is installed on the system, it also 197The command builds a whitelisted profile, and saves it in profile-file. The program is run in a very relaxed sandbox,
198builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox, 198with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported. Chromium and Chromium-based browsers will not work.
199with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported
200in order to allow strace to run. Chromium and Chromium-based browsers will not work.
201.br 199.br
202 200
203.br 201.br