mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-25 22:02:05 -06:00
Update profile manpage to detail added "include" functionality.
This commit is contained in:
parent
07a01b1f45
commit
b343481c8f
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1"
|
|||
|
||||
Example: "include ${CFG}/firefox.profile" will load "/etc/firejail/firefox.profile" file.
|
||||
|
||||
The 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.
|
||||
|
||||
Example: "include firefox.profile" will load "${HOME}/.config/firejail/firefox.profile" file and if it does not exist "${CFG}/firefox.profile" will be loaded.
|
||||
|
||||
System configuration files in ${CFG} are overwritten during software installation.
|
||||
Persistent configuration at system level is handled in ".local" files. For every
|
||||
profile file in ${CFG} directory, the user can create a corresponding .local file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue