summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 08:59:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 08:59:00 -0400
commit2b76cea1106462268b975ee68480796ba900d37f (patch)
tree6e5f058f8cff1eede40d5aac393475e04480e4c1 /src/man
parentfixed whitelist description in man pages (diff)
downloadfirejail-2b76cea1106462268b975ee68480796ba900d37f.tar.gz
firejail-2b76cea1106462268b975ee68480796ba900d37f.tar.zst
firejail-2b76cea1106462268b975ee68480796ba900d37f.zip
--allow-debuggers
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index d08b244f7..cc47e3dc6 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -75,6 +75,15 @@ $ firejail [OPTIONS] firefox # starting Mozilla Firefox
75\fB\-\- 75\fB\-\-
76Signal the end of options and disables further option processing. 76Signal the end of options and disables further option processing.
77.TP 77.TP
78\fB\-\-allow-debuggers
79Allow tools such as strace and gdb inside the sandbox.
80.br
81
82.br
83Example:
84.br
85$ firejail --allow-debuggers --profile=/etc/firejail/firefox.profile --allow-debuggers strace -f firefox
86.TP
78\fB\-\-apparmor 87\fB\-\-apparmor
79Enable AppArmor confinement. Formore information, please see \fBAPPARMOR\fR section below. 88Enable AppArmor confinement. Formore information, please see \fBAPPARMOR\fR section below.
80.TP 89.TP