aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-03-13 22:46:39 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-03-13 22:46:39 +0100
commit9134111aad34a68a821880acbe3f4d5f6da70156 (patch)
treebe507d12864950698b9eb9b4cad27b8bcfb005de /src
parentfbuilder: whitelist globbing (diff)
downloadfirejail-9134111aad34a68a821880acbe3f4d5f6da70156.tar.gz
firejail-9134111aad34a68a821880acbe3f4d5f6da70156.tar.zst
firejail-9134111aad34a68a821880acbe3f4d5f6da70156.zip
fbuilder: update man page
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f9deaeaa4..feb9e4e81 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -185,23 +185,27 @@ $ firejail "\-\-blacklist=/home/username/My Virtual Machines"
185$ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines 185$ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines
186.TP 186.TP
187\fB\-\-build 187\fB\-\-build
188The command builds a whitelisted profile. The profile is printed on the screen. The program is run in a very relaxed sandbox, with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported. 188The command builds a whitelisted profile. The profile is printed on the screen. The program is run in a very relaxed sandbox, with only \-\-caps.drop=all and \-\-seccomp=!chroot. Programs that raise user privileges are not supported.
189.br 189.br
190 190
191.br 191.br
192Example: 192Example:
193.br 193.br
194$ firejail --build vlc ~/Videos/test.mp4 194$ firejail \-\-build vlc ~/Videos/test.mp4
195.br
196$ firejail \-\-build \-\-appimage ~/Downloads/Subsurface.AppImage
195.TP 197.TP
196\fB\-\-build=profile-file 198\fB\-\-build=profile-file
197The command builds a whitelisted profile, and saves it in profile-file. The program is run in a very relaxed sandbox, 199The command builds a whitelisted profile, and saves it in profile-file. The program is run in a very relaxed sandbox,
198with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported. 200with only \-\-caps.drop=all and \-\-seccomp=!chroot. Programs that raise user privileges are not supported.
199.br 201.br
200 202
201.br 203.br
202Example: 204Example:
203.br 205.br
204$ firejail --build=vlc.profile vlc ~/Videos/test.mp4 206$ firejail \-\-build=vlc.profile vlc ~/Videos/test.mp4
207.br
208$ firejail \-\-build=Subsurface.profile \-\-appimage ~/Downloads/Subsurface.AppImage
205.TP 209.TP
206\fB\-c 210\fB\-c
207Login shell compatibility option. This option is use by some login programs when executing 211Login shell compatibility option. This option is use by some login programs when executing