aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt17
-rw-r--r--src/man/firemon.txt1
-rw-r--r--src/man/jailcheck.txt1
3 files changed, 17 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 7922a53d0..0b78203d7 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -191,6 +191,13 @@ Blacklist directory or file. File globbing is supported, see \fBFILE GLOBBING\fR
191.br 191.br
192 192
193.br 193.br
194Symbolic link handling: Blacklisting a path that is a symbolic link will also
195blacklist the path that it points to.
196For example, if ~/foo is blacklisted and it points to /foo, then /foo will also
197be blacklisted.
198.br
199
200.br
194Example: 201Example:
195.br 202.br
196$ firejail \-\-blacklist=/sbin \-\-blacklist=/usr/sbin 203$ firejail \-\-blacklist=/sbin \-\-blacklist=/usr/sbin
@@ -2958,8 +2965,14 @@ all directories in /usr.
2958.br 2965.br
2959 2966
2960.br 2967.br
2961Symbolic link handling: with the exception of user home, both the link and the real file should be in 2968Symbolic link handling: Whitelisting a path that is a symbolic link will also
2962the same top directory. For user home, both the link and the real file should be owned by the user. 2969whitelist the path that it points to.
2970For example, if ~/foo is whitelisted and it points to ~/bar, then ~/bar will
2971also be whitelisted.
2972Restrictions: With the exception of the user home directory, both the link and
2973the real file should be in the same top directory.
2974For symbolic links in the user home directory, both the link and the real file
2975should be owned by the user.
2963.br 2976.br
2964 2977
2965.br 2978.br
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index fd58a7168..9d0785a4a 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -118,3 +118,4 @@ Homepage: https://firejail.wordpress.com
118.BR firejail-login (5), 118.BR firejail-login (5),
119.BR firejail-users (5), 119.BR firejail-users (5),
120.BR jailcheck (1) 120.BR jailcheck (1)
121.\" vim: set filetype=groff :
diff --git a/src/man/jailcheck.txt b/src/man/jailcheck.txt
index 483f47fb9..e889ea91b 100644
--- a/src/man/jailcheck.txt
+++ b/src/man/jailcheck.txt
@@ -115,3 +115,4 @@ Homepage: https://firejail.wordpress.com
115.BR firejail-profile (5), 115.BR firejail-profile (5),
116.BR firejail-login (5), 116.BR firejail-login (5),
117.BR firejail-users (5), 117.BR firejail-users (5),
118.\" vim: set filetype=groff :