aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 09:55:12 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 09:55:12 -0400
commit19a9166bd3f8ac58acc5b3cbe04d72d79d82c881 (patch)
tree1542a476d2b3995b922f3e2834cc6d1be6398c3e /src/man
parentMerge pull request #673 from reinerh/master (diff)
downloadfirejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.tar.gz
firejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.tar.zst
firejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.zip
added quiet profile command
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 7e33a6b45..b6908dd00 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -93,11 +93,17 @@ If the file name matches file_name, the file will not be blacklisted in any blac
93Example: "noblacklist ${HOME}/.mozilla" 93Example: "noblacklist ${HOME}/.mozilla"
94 94
95.TP 95.TP
96\fBignore command 96\fBignore
97Ignore command. 97Ignore command.
98 98
99Example: "ignore seccomp" 99Example: "ignore seccomp"
100 100
101.TP
102\fBquiet
103Disable Firejail's output. This should be the first uncommented command in the profile file.
104
105Example: "quiet"
106
101.SH Filesystem 107.SH Filesystem
102These profile entries define a chroot filesystem built on top of the existing 108These profile entries define a chroot filesystem built on top of the existing
103host filesystem. Each line describes a file element that is removed from 109host filesystem. Each line describes a file element that is removed from