aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-27 07:24:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-27 07:24:57 -0400
commit1eb1db186a7ce32fe33706455c89e6b2e330ae49 (patch)
tree0347f01612347bc4e2c08eeb7fddf886b16996fd /src/man
parentseccomp.errno manpage example (diff)
downloadfirejail-1eb1db186a7ce32fe33706455c89e6b2e330ae49.tar.gz
firejail-1eb1db186a7ce32fe33706455c89e6b2e330ae49.tar.zst
firejail-1eb1db186a7ce32fe33706455c89e6b2e330ae49.zip
seccomp errno: man page and usage
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt26
1 files changed, 17 insertions, 9 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 899005434..2d1c40566 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -23,9 +23,7 @@ firejail {\-\-list | \-\-netstats | \-\-top | \-\-tree}
23Miscellaneous: 23Miscellaneous:
24.PP 24.PP
25.RS 25.RS
26firejail {\-? | \-\-debug-caps | \-\-debug-syscalls | \-\-help | 26firejail {\-? | \-\-debug-caps | \-\-debug-errnos | \-\-debug-syscalls | \-\-help | \-\-version}
27.br
28\-\-version}
29.RE 27.RE
30.SH DESCRIPTION 28.SH DESCRIPTION
31Firejail 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
@@ -240,24 +238,34 @@ Print debug messages.
240Example: 238Example:
241.br 239.br
242$ firejail \-\-debug firefox 240$ firejail \-\-debug firefox
241
243.TP 242.TP
244\fB\-\-debug-syscalls 243\fB\-\-debug-caps
245Print all recognized system calls in the current Firejail software build and exit. 244Print all recognized capabilities in the current Firejail software build and exit.
246.br 245.br
247 246
248.br 247.br
249Example: 248Example:
250.br 249.br
251$ firejail \-\-debug-syscalls 250$ firejail \-\-debug-caps
252.TP 251.TP
253\fB\-\-debug-caps 252\fB\-\-debug-errnos
254Print all recognized capabilities in the current Firejail software build and exit. 253Print all recognized error numbers in the current Firejail software build and exit.
255.br 254.br
256 255
257.br 256.br
258Example: 257Example:
259.br 258.br
260$ firejail \-\-debug-caps 259$ firejail \-\-debug-errnos
260.TP
261\fB\-\-debug-syscalls
262Print all recognized system calls in the current Firejail software build and exit.
263.br
264
265.br
266Example:
267.br
268$ firejail \-\-debug-syscalls
261.TP 269.TP
262\fB\-\-defaultgw=address 270\fB\-\-defaultgw=address
263Use this address as default gateway in the new network namespace. 271Use this address as default gateway in the new network namespace.