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.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 12c32f4c7..52b75afaa 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -23,7 +23,7 @@ firejail {\-\-list | \-\-netstats | \-\-top | \-\-tree}
23Miscellaneous: 23Miscellaneous:
24.PP 24.PP
25.RS 25.RS
26firejail {\-? | \-\-debug-caps | \-\-debug-errnos | \-\-debug-syscalls | \-\-help | \-\-version} 26firejail {\-? | \-\-debug-caps | \-\-debug-errnos | \-\-debug-syscalls | \-\-debug-protocols | \-\-help | \-\-version}
27.RE 27.RE
28.SH DESCRIPTION 28.SH DESCRIPTION
29Firejail is a SUID sandbox program that reduces the risk of security breaches by 29Firejail is a SUID sandbox program that reduces the risk of security breaches by
@@ -258,6 +258,15 @@ Example:
258.br 258.br
259$ firejail \-\-debug-errnos 259$ firejail \-\-debug-errnos
260.TP 260.TP
261\fB\-\-debug-protocols
262Print all recognized protocols in the current Firejail software build and exit.
263.br
264
265.br
266Example:
267.br
268$ firejail \-\-debug-protocols
269.TP
261\fB\-\-debug-syscalls 270\fB\-\-debug-syscalls
262Print all recognized system calls in the current Firejail software build and exit. 271Print all recognized system calls in the current Firejail software build and exit.
263.br 272.br
@@ -842,6 +851,17 @@ For more information, see SECURITY PROFILES section below.
842Example: 851Example:
843.br 852.br
844$ firejail \-\-profile=myprofile 853$ firejail \-\-profile=myprofile
854
855.TP
856\fB\-\-protocol=protocol,protocol,protocol
857Enable protocol filter. The filter is based on seccomp and the first argument to socket system call.
858Recognized values: unix, inet, inet6, netlink and packet.
859.br
860
861.br
862Example:
863.br
864$ firejail \-\-protocol=unix,inet,inet6 firefox
845.TP 865.TP
846\fB\-\-quiet 866\fB\-\-quiet
847Turn off Firejail's output. 867Turn off Firejail's output.