aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-11-09 09:38:51 -0600
committerLibravatar Glenn Washburn <development@efficientek.com>2018-11-09 09:38:51 -0600
commit49fef2fda9eba6e9f627feeb7af509a473920545 (patch)
tree09ee9aa16ec7eb5aafaa1f744c3d232eb74f21e6 /src/man
parentMerge pull request #2253 from crass/fix-appimage-double-dash-handling (diff)
downloadfirejail-49fef2fda9eba6e9f627feeb7af509a473920545.tar.gz
firejail-49fef2fda9eba6e9f627feeb7af509a473920545.tar.zst
firejail-49fef2fda9eba6e9f627feeb7af509a473920545.zip
Allow prefixing colon to profile argument of --profile to for a profile search, and disallow a directory to match as a profile file.
Diffstat (limited to 'src/man')
-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