aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-12 12:00:41 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-12 12:00:41 -0500
commitb6d388d2beb532ee2b94354287516ac4b5f2bfcd (patch)
treee78e84961bda0a6f74ac8c40696ced2ac0e09bec /src/man
parentremoved private.keep (deprecated) (diff)
downloadfirejail-b6d388d2beb532ee2b94354287516ac4b5f2bfcd.tar.gz
firejail-b6d388d2beb532ee2b94354287516ac4b5f2bfcd.tar.zst
firejail-b6d388d2beb532ee2b94354287516ac4b5f2bfcd.zip
removed exclude-token from profile include
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 02a54e685..3377b2eb7 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -70,21 +70,16 @@ Scripting commands:
70# this is a comment 70# this is a comment
71 71
72.TP 72.TP
73\f\include other.profile exclude-token 73\f\include other.profile
74Include other.profile file. exclude-token disables blacklist commands in other.profile 74Include other.profile file.
75if exclude-token word is found in the name section of blacklist command.
76exclude-token is optional.
77 75
78Example: "include /etc/firejail/disable-common.inc .filezilla" 76Example: "include /etc/firejail/disable-common.inc"
79loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file.
80 77
81other.profile file name can be prefixed with ${HOME}. This will force Firejail to look for the 78other.profile file name can be prefixed with ${HOME}. This will force Firejail to look for the
82file in user home directory. 79file in user home directory.
83 80
84Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1" file. 81Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1" file.
85 82
86Note: exclude-token is deprecated, use noblacklist command instead.
87
88.TP 83.TP
89\f\noblacklist file_name 84\f\noblacklist file_name
90If the file name matches file_name, the file will not be blacklisted in any blacklist commands that follow. 85If the file name matches file_name, the file will not be blacklisted in any blacklist commands that follow.