aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Sebastian Hafner <32019589+DropNib@users.noreply.github.com>2019-07-17 19:08:48 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-17 17:08:48 +0000
commit008bc7fedcb1094116d09649ef52befaa0cb08cf (patch)
tree0de04f4e40be8d61683d63c61a0e6f9d6c359bf7 /src/man/firejail-profile.txt
parentfaudit: fix gcc stringop-truncation warning (diff)
downloadfirejail-008bc7fedcb1094116d09649ef52befaa0cb08cf.tar.gz
firejail-008bc7fedcb1094116d09649ef52befaa0cb08cf.tar.zst
firejail-008bc7fedcb1094116d09649ef52befaa0cb08cf.zip
document profile support for allow-debuggers in firejail-profile man page (#2861)
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index f97261456..74f99b538 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -337,6 +337,9 @@ directory, and a skeleton filesystem is created based on the original /var/log.
337The following security filters are currently implemented: 337The following security filters are currently implemented:
338 338
339.TP 339.TP
340\fBallow-debuggers
341Allow tools such as strace and gdb inside the sandbox by whitelisting system calls ptrace and process_vm_readv.
342.TP
340\fBapparmor 343\fBapparmor
341Enable AppArmor confinement. 344Enable AppArmor confinement.
342.TP 345.TP