aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-10 08:36:52 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-10 08:36:52 -0500
commit060697b6960c48060adb78bb073053ebc106ddc2 (patch)
treeccbc5f52bc16c2028ab25b6b856e71b4c535a499 /src/man/firejail.txt
parentadded dnscrypt-proxy and unbound profiles (diff)
downloadfirejail-060697b6960c48060adb78bb073053ebc106ddc2.tar.gz
firejail-060697b6960c48060adb78bb073053ebc106ddc2.tar.zst
firejail-060697b6960c48060adb78bb073053ebc106ddc2.zip
added --noblacklist option
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 912a08580..2a0c9eb47 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -608,6 +608,30 @@ PID User RX(KB/s) TX(KB/s) Command
608 608
609 609
610.TP 610.TP
611\fB\-\-noblacklist=dirname_or_filename
612Disable blacklist for this directory or file.
613.br
614
615.br
616Example:
617.br
618$ firejail
619.br
620$ nc dict.org 2628
621.br
622bash: /bin/nc: Permission denied
623.br
624$ exit
625.br
626
627.br
628$ firejail --noblacklist=/bin/nc
629.br
630$ nc dict.org 2628
631.br
632220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64
633.br
634.TP
611\fB\-\-nogroups 635\fB\-\-nogroups
612Disable supplementary groups. Without this option, supplementary groups are enabled for the user starting the 636Disable supplementary groups. Without this option, supplementary groups are enabled for the user starting the
613sandbox. For root user supplementary groups are always disabled. 637sandbox. For root user supplementary groups are always disabled.