aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index ed2f776f2..38bc0edc4 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -71,10 +71,10 @@ If an appropriate profile is not found, Firejail will use a default profile.
71The default profile is quite restrictive. In case the application doesn't work, use --noprofile option 71The default profile is quite restrictive. In case the application doesn't work, use --noprofile option
72to disable it. For more information, please see \fBSECURITY PROFILES\fR section below. 72to disable it. For more information, please see \fBSECURITY PROFILES\fR section below.
73.PP 73.PP
74If a program argument is not specified, Firejail starts the default shell from the current user. 74If a program argument is not specified, Firejail starts /bin/bash shell.
75Examples: 75Examples:
76.PP 76.PP
77$ firejail [OPTIONS] # starting the user default shell (normally /bin/bash) 77$ firejail [OPTIONS] # starting a /bin/bash shell
78.PP 78.PP
79$ firejail [OPTIONS] firefox # starting Mozilla Firefox 79$ firejail [OPTIONS] firefox # starting Mozilla Firefox
80.PP 80.PP
@@ -1862,9 +1862,8 @@ domain with personality(2) system call.
1862.br 1862.br
1863 1863
1864.TP 1864.TP
1865\fB\-\-seccomp.drop=syscall,@group,!syscall2 1865\fB\-\-seccomp.drop=syscall,@group
1866Enable seccomp filter, whitelist "syscall2" but blacklist the 1866Enable seccomp filter, and blacklist the syscalls or the syscall groups specified by the command.
1867syscalls or the syscall groups specified by the command.
1868.br 1867.br
1869 1868
1870.br 1869.br
@@ -2142,8 +2141,9 @@ Example:
2142.br 2141.br
2143$ firejail \-\-top 2142$ firejail \-\-top
2144.TP 2143.TP
2145\fB\-\-trace 2144\fB\-\-trace[=filename]
2146Trace open, access and connect system calls. 2145Trace open, access and connect system calls. If filename is specified, log
2146trace output to filename, otherwise log to console.
2147.br 2147.br
2148 2148
2149.br 2149.br