From 49fef2fda9eba6e9f627feeb7af509a473920545 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Fri, 9 Nov 2018 09:38:51 -0600 Subject: Allow prefixing colon to profile argument of --profile to for a profile search, and disallow a directory to match as a profile file. --- src/man/firejail.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man/firejail.txt') 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. Several command line options can be passed to the program using profile files. Firejail chooses the profile file as follows: -1. 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. +1. 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. Example: .PP .RS -- cgit v1.2.3-54-g00ecf