summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-10 01:58:45 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-17 00:33:03 -0500
commitb343481c8fb415e91c082aaa4e9319bfcaa9e0a6 (patch)
treee81d1bac2484be199b2acba59e2e6d47834a00fd /src/man
parentAllow include to search userdir then systemdir for "bare" profile file names. (diff)
downloadfirejail-b343481c8fb415e91c082aaa4e9319bfcaa9e0a6.tar.gz
firejail-b343481c8fb415e91c082aaa4e9319bfcaa9e0a6.tar.zst
firejail-b343481c8fb415e91c082aaa4e9319bfcaa9e0a6.zip
Update profile manpage to detail added "include" functionality.
Diffstat (limited to 'src/man')
-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 ca7b52a51..17423cac1 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -113,6 +113,10 @@ Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1"
113 113
114Example: "include ${CFG}/firefox.profile" will load "/etc/firejail/firefox.profile" file. 114Example: "include ${CFG}/firefox.profile" will load "/etc/firejail/firefox.profile" file.
115 115
116The file name may also be just the name without the leading directory components. In this case, first the user config directory (${HOME}/.config/firejail) is searched for the file name and if not found then the system configuration directory is search for the file name. Note: Unlike the \-\-profile option which takes a profile name without the '.profile' suffix, include must be given the full file name.
117
118Example: "include firefox.profile" will load "${HOME}/.config/firejail/firefox.profile" file and if it does not exist "${CFG}/firefox.profile" will be loaded.
119
116System configuration files in ${CFG} are overwritten during software installation. 120System configuration files in ${CFG} are overwritten during software installation.
117Persistent configuration at system level is handled in ".local" files. For every 121Persistent configuration at system level is handled in ".local" files. For every
118profile file in ${CFG} directory, the user can create a corresponding .local file 122profile file in ${CFG} directory, the user can create a corresponding .local file