From b6d388d2beb532ee2b94354287516ac4b5f2bfcd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 12 Nov 2015 12:00:41 -0500 Subject: removed exclude-token from profile include --- src/man/firejail-profile.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/man/firejail-profile.txt') 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: # this is a comment .TP -\f\include other.profile exclude-token -Include other.profile file. exclude-token disables blacklist commands in other.profile -if exclude-token word is found in the name section of blacklist command. -exclude-token is optional. +\f\include other.profile +Include other.profile file. -Example: "include /etc/firejail/disable-common.inc .filezilla" -loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file. +Example: "include /etc/firejail/disable-common.inc" other.profile file name can be prefixed with ${HOME}. This will force Firejail to look for the file in user home directory. Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1" file. -Note: exclude-token is deprecated, use noblacklist command instead. - .TP \f\noblacklist file_name If the file name matches file_name, the file will not be blacklisted in any blacklist commands that follow. -- cgit v1.2.3-70-g09d2