aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 9eb290fef..e7917737e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2718,7 +2718,7 @@ The owner of the sandbox.
2718Several command line options can be passed to the program using 2718Several command line options can be passed to the program using
2719profile files. Firejail chooses the profile file as follows: 2719profile files. Firejail chooses the profile file as follows:
2720 2720
27211. If a profile file is provided by the user with --profile option, the profile file is loaded. If a profile name is given, it is searched for first in the ~/.config/firejail directory and if not found then in /etc/firejail directory. Profile names do not include the .profile suffix. 27211. If a profile file is provided by the user with --profile=FILE option, the profile FILE is loaded. If a profile name is given, it is searched for first in the ~/.config/firejail directory and if not found then in /etc/firejail directory. Profile names do not include the .profile suffix. If there is a file with the same name as the given profile name, it will be used instead of doing the profile search. To force a profile search, prefix the profile name with a colon (:), eg. --profile=:PROFILE_NAME.
2722Example: 2722Example:
2723.PP 2723.PP
2724.RS 2724.RS