aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
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.