aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-17 09:53:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-17 09:53:54 -0400
commitb3f2318759905dd58bbdc93782ccf9d63322bf05 (patch)
tree87e3793007593a4bdbe9123a415d58b6022e6b6b /src/man
parentcleanup (diff)
downloadfirejail-b3f2318759905dd58bbdc93782ccf9d63322bf05.tar.gz
firejail-b3f2318759905dd58bbdc93782ccf9d63322bf05.tar.zst
firejail-b3f2318759905dd58bbdc93782ccf9d63322bf05.zip
profile build tool
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2dd3abbb7..36ae3166b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -154,6 +154,18 @@ $ firejail "\-\-blacklist=/home/username/My Virtual Machines"
154.br 154.br
155$ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines 155$ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines
156.TP 156.TP
157\fB\-\-build
158The command builds a whitelisted profile. If /usr/bin/strace is installed on the system, it also
159builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox,
160with only --caps.drop=all and --nonewprivs. Only programs that don't rise privileges are supported
161in order to allow strace to run. Chromium and Chromium-based browsers will not work.
162.br
163
164.br
165Example:
166.br
167$ firejail --build vlc ~/Videos/test.mp4
168.TP
157\fB\-c 169\fB\-c
158Execute command and exit. 170Execute command and exit.
159.TP 171.TP