aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-10 01:08:43 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-15 23:47:44 -0500
commiteb42779f95a51aa00ffef62510a00dc5e7716b0d (patch)
treea8366360b4205b04a917ce3e4542496a6d734c90 /src/man/firejail-profile.txt
parentAllow specifying a profile "name" with the profile option (eg. --profile=fire... (diff)
downloadfirejail-eb42779f95a51aa00ffef62510a00dc5e7716b0d.tar.gz
firejail-eb42779f95a51aa00ffef62510a00dc5e7716b0d.tar.zst
firejail-eb42779f95a51aa00ffef62510a00dc5e7716b0d.zip
Update man pages and usage to reflect --profile enhancement.
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 17562c503..5daca8abd 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -5,12 +5,14 @@ profile \- Security profile file syntax for Firejail
5.SH USAGE 5.SH USAGE
6.TP 6.TP
7firejail \-\-profile=filename.profile 7firejail \-\-profile=filename.profile
8.RE
9firejail \-\-profile=profile_name
8 10
9.SH DESCRIPTION 11.SH DESCRIPTION
10Several command line options can be passed to the program using 12Several command line options can be passed to the program using
11profile files. Firejail chooses the profile file as follows: 13profile files. Firejail chooses the profile file as follows:
12 14
13\fB1.\fR If a profile file is provided by the user with \-\-profile option, the profile file is loaded. 15\fB1.\fR 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.
14Example: 16Example:
15.PP 17.PP
16.RS 18.RS
@@ -21,6 +23,15 @@ Reading profile /home/netblue/icecat.profile
21[...] 23[...]
22.RE 24.RE
23 25
26.PP
27.RS
28$ firejail --profile=icecat icecat-wrapper.sh
29.br
30Reading profile /home/netblue/icecat.profile
31.br
32[...]
33.RE
34
24\fB2.\fR If a profile file with the same name as the application is present in ~/.config/firejail directory or 35\fB2.\fR If a profile file with the same name as the application is present in ~/.config/firejail directory or
25in /etc/firejail, the profile is loaded. ~/.config/firejail takes precedence over /etc/firejail. Example: 36in /etc/firejail, the profile is loaded. ~/.config/firejail takes precedence over /etc/firejail. Example:
26.PP 37.PP