aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-30 06:25:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-30 06:25:07 -0400
commiteafb460d94703e995e03a1c705b2e259bc5cfb65 (patch)
tree034b36f2f59bc15d67317e6c20154b3b487eaff1 /src/man/firejail-profile.txt
parentmore fixes for blacklist on Arch systems (diff)
downloadfirejail-eafb460d94703e995e03a1c705b2e259bc5cfb65.tar.gz
firejail-eafb460d94703e995e03a1c705b2e259bc5cfb65.tar.zst
firejail-eafb460d94703e995e03a1c705b2e259bc5cfb65.zip
fixing manpages
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt54
1 files changed, 51 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 59fde72a6..246098bb7 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -1,6 +1,6 @@
1.TH FIREJAIL-PROFILE 5 "MONTH YEAR" "VERSION" "firejail profiles man page" 1.TH FIREJAIL-PROFILE 5 "MONTH YEAR" "VERSION" "firejail profiles man page"
2.SH NAME 2.SH NAME
3profile \- Profile file syntax for Firejail 3profile \- Security profile file syntax for Firejail
4 4
5.SH USAGE 5.SH USAGE
6.TP 6.TP
@@ -8,8 +8,56 @@ firejail \-\-profile=filename.profile
8 8
9.SH DESCRIPTION 9.SH DESCRIPTION
10Several Firejail command line configuration options can be passed to the program using 10Several Firejail command line configuration options can be passed to the program using
11profile files. Default Firejail profile files are stored in /etc/firejail 11profile files.
12directory and ~/.config/firejail directory. 12Firejail chooses a security profile in the following order:
13
141. If a profile is provided by the user with --profile option, the profile is loaded.
15Example:
16.PP
17.RS
18$ firejail --profile=/home/netblue/icecat.profile icecat
19.RE
20
212. If a profile file with the same name as the application is present in ~/.config/firejail directory or
22in /etc/firejail, the profile is loaded. ~/.config/firejail takes precedence over /etc/firejail. Example:
23.PP
24.RS
25$ firejail icecat
26.br
27Command name #icecat#
28.br
29.br
30Found icecat profile in /home/netblue/.config/firejail directory
31.br
32Reading profile /home/netblue/.config/firejail/icecat.profile
33.br
34[...]
35.RE
36
373. Use the default profile in /etc/firejail/generic.profile. This can be disabled with --noprofile. Example:
38.PP
39.RS
40$ firejail \-\-noprofile
41.br
42Parent pid 8553, child pid 8554
43.br
44Child process initialized
45.br
46$ exit
47.br
48.br
49parent is shutting down, bye...
50.br
51$ firejail
52.br
53Reading profile /etc/firejail/generic.profile
54.br
55Parent pid 8553, child pid 8554
56.br
57Child process initialized
58.br
59$
60.RE
13 61
14.SH Scripting 62.SH Scripting
15Include and comment support: 63Include and comment support: