mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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
This commit is contained in:
parent
40d3604f70
commit
03550e94cb
2 changed files with 12 additions and 5 deletions
|
|
@ -873,5 +873,7 @@ Homepage: https://firejail.wordpress.com
|
||||||
\&\flfirejail\fR\|(1),
|
\&\flfirejail\fR\|(1),
|
||||||
\&\flfiremon\fR\|(1),
|
\&\flfiremon\fR\|(1),
|
||||||
\&\flfirecfg\fR\|(1),
|
\&\flfirecfg\fR\|(1),
|
||||||
\&\flfirejail-login\fR\|(5)
|
\&\flfirejail-login\fR\|(5),
|
||||||
\&\flfirejail-users\fR\|(5)
|
\&\flfirejail-users\fR\|(5),
|
||||||
|
.UR https://github.com/netblue30/firejail/wiki/Creating-Profiles
|
||||||
|
.UE
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,8 @@ command line options. The default Firejail filesystem is based on the host files
|
||||||
system directories mounted read-only. These directories are /etc, /var, /usr, /bin, /sbin, /lib, /lib32,
|
system directories mounted read-only. These directories are /etc, /var, /usr, /bin, /sbin, /lib, /lib32,
|
||||||
/libx32 and /lib64. Only /home and /tmp are writable.
|
/libx32 and /lib64. Only /home and /tmp are writable.
|
||||||
.PP
|
.PP
|
||||||
As it starts up, Firejail tries to find a security profile based on the name of the application.
|
Upon execution Firejail first looks in ~/.config/firejail/ for a profile and if it doesn't find one, it looks in /etc/firejail/.
|
||||||
|
For profile resolution detail see https://github.com/netblue30/firejail/wiki/Creating-Profiles#locations-and-types.
|
||||||
If an appropriate profile is not found, Firejail will use a default profile.
|
If an appropriate profile is not found, Firejail will use a default profile.
|
||||||
The default profile is quite restrictive. In case the application doesn't work, use --noprofile option
|
The default profile is quite restrictive. In case the application doesn't work, use --noprofile option
|
||||||
to disable it. For more information, please see \fBSECURITY PROFILES\fR section below.
|
to disable it. For more information, please see \fBSECURITY PROFILES\fR section below.
|
||||||
|
|
@ -3256,5 +3257,9 @@ Homepage: https://firejail.wordpress.com
|
||||||
\&\flfiremon\fR\|(1),
|
\&\flfiremon\fR\|(1),
|
||||||
\&\flfirecfg\fR\|(1),
|
\&\flfirecfg\fR\|(1),
|
||||||
\&\flfirejail-profile\fR\|(5),
|
\&\flfirejail-profile\fR\|(5),
|
||||||
\&\flfirejail-login\fR\|(5)
|
\&\flfirejail-login\fR\|(5),
|
||||||
\&\flfirejail-users\fR\|(5)
|
\&\flfirejail-users\fR\|(5),
|
||||||
|
.UR https://github.com/netblue30/firejail/wiki
|
||||||
|
.UE ,
|
||||||
|
.UR https://github.com/netblue30/firejail
|
||||||
|
.UE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue