aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar OndrejMalek <o.malek.cz@gmail.com>2020-06-04 23:07:57 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-04 21:07:57 +0000
commit03550e94cb007346f9f172fafd156fb2cbd2cb5e (patch)
treeb4024fa55b93cc174c2ed3de8c70b241a958dbb8 /src/man
parentman: minor clarifications to man pages (#3445) (diff)
downloadfirejail-03550e94cb007346f9f172fafd156fb2cbd2cb5e.tar.gz
firejail-03550e94cb007346f9f172fafd156fb2cbd2cb5e.tar.zst
firejail-03550e94cb007346f9f172fafd156fb2cbd2cb5e.zip
Man pages: were missing info about .profile .local resolution (#3440)
* Man pages: link to .profile resolution, urls * Man pages: firejail-profile add link to wiki profile creation * Man pages: line break, slash in path * Man pages remove space before dots
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt6
-rw-r--r--src/man/firejail.txt11
2 files changed, 12 insertions, 5 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index daae85cfd..7b5653942 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -873,5 +873,7 @@ Homepage: https://firejail.wordpress.com
873\&\flfirejail\fR\|(1), 873\&\flfirejail\fR\|(1),
874\&\flfiremon\fR\|(1), 874\&\flfiremon\fR\|(1),
875\&\flfirecfg\fR\|(1), 875\&\flfirecfg\fR\|(1),
876\&\flfirejail-login\fR\|(5) 876\&\flfirejail-login\fR\|(5),
877\&\flfirejail-users\fR\|(5) 877\&\flfirejail-users\fR\|(5),
878.UR https://github.com/netblue30/firejail/wiki/Creating-Profiles
879.UE
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 647569354..69cd4a7bc 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -66,7 +66,8 @@ command line options. The default Firejail filesystem is based on the host files
66system directories mounted read-only. These directories are /etc, /var, /usr, /bin, /sbin, /lib, /lib32, 66system directories mounted read-only. These directories are /etc, /var, /usr, /bin, /sbin, /lib, /lib32,
67/libx32 and /lib64. Only /home and /tmp are writable. 67/libx32 and /lib64. Only /home and /tmp are writable.
68.PP 68.PP
69As it starts up, Firejail tries to find a security profile based on the name of the application. 69Upon execution Firejail first looks in ~/.config/firejail/ for a profile and if it doesn't find one, it looks in /etc/firejail/.
70For profile resolution detail see https://github.com/netblue30/firejail/wiki/Creating-Profiles#locations-and-types.
70If an appropriate profile is not found, Firejail will use a default profile. 71If an appropriate profile is not found, Firejail will use a default profile.
71The default profile is quite restrictive. In case the application doesn't work, use --noprofile option 72The default profile is quite restrictive. In case the application doesn't work, use --noprofile option
72to disable it. For more information, please see \fBSECURITY PROFILES\fR section below. 73to disable it. For more information, please see \fBSECURITY PROFILES\fR section below.
@@ -3256,5 +3257,9 @@ Homepage: https://firejail.wordpress.com
3256\&\flfiremon\fR\|(1), 3257\&\flfiremon\fR\|(1),
3257\&\flfirecfg\fR\|(1), 3258\&\flfirecfg\fR\|(1),
3258\&\flfirejail-profile\fR\|(5), 3259\&\flfirejail-profile\fR\|(5),
3259\&\flfirejail-login\fR\|(5) 3260\&\flfirejail-login\fR\|(5),
3260\&\flfirejail-users\fR\|(5) 3261\&\flfirejail-users\fR\|(5),
3262.UR https://github.com/netblue30/firejail/wiki
3263.UE ,
3264.UR https://github.com/netblue30/firejail
3265.UE