aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-14 08:56:15 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-14 08:56:15 -0500
commit700f65d869262afcd5180245bf61167b0f64cf4a (patch)
tree07c84b1cb6eb403711fcc4271ba9a22482dee840 /src/man/firejail-profile.txt
parentallow local customization using .local files under /etc/firejail (diff)
downloadfirejail-700f65d869262afcd5180245bf61167b0f64cf4a.tar.gz
firejail-700f65d869262afcd5180245bf61167b0f64cf4a.tar.zst
firejail-700f65d869262afcd5180245bf61167b0f64cf4a.zip
local customization
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index fa522c154..8fd4562b0 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -86,6 +86,10 @@ file in user home directory.
86 86
87Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1" file. 87Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1" file.
88 88
89If the file is not found, and the file name does not end in ".local", the sandbox exist immediately
90with an error printed on stderr. ".local" files can be used to customize the global configuration
91in /etc/firejail directory. These files are not overwritten during software install.
92
89.TP 93.TP
90\fBnoblacklist file_name 94\fBnoblacklist file_name
91If the file name matches file_name, the file will not be blacklisted in any blacklist commands that follow. 95If the file name matches file_name, the file will not be blacklisted in any blacklist commands that follow.