diff --git a/src/man/firejail-profile.5.in b/src/man/firejail-profile.5.in index 934327397..7a09178f6 100644 --- a/src/man/firejail-profile.5.in +++ b/src/man/firejail-profile.5.in @@ -248,7 +248,21 @@ for more details. Examples: .TP \fBblacklist file_or_directory -Blacklist directory or file. Examples: +Blacklist directory or file. This makes a file or directory +completely inaccessible. All other files and directories are unaffected. +The blacklisted file or directory is still visible on the filesystem, +even if it's inaccessible. +.br + +.br +Symbolic link handling: Blacklisting a path that is a symbolic link will also +blacklist the path that it points to. +For example, if ~/foo is blacklisted and it points to /bar, then /bar will also +be blacklisted. +.br + +.br +Examples: .br .br diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in index 409d0cfb6..423f0b008 100644 --- a/src/man/firejail.1.in +++ b/src/man/firejail.1.in @@ -190,7 +190,10 @@ Example: # firejail \-\-bind=/config/etc/passwd,/etc/passwd .TP \fB\-\-blacklist=dirname_or_filename -Blacklist directory or file. File globbing is supported, see \fBFILE GLOBBING\fR section for more details. +Blacklist directory or file. This makes a file or directory +completely inaccessible. All other files and directories are unaffected. +The blacklisted file or directory is still visible on the filesystem, +even if it's inaccessible. .br .br @@ -200,6 +203,10 @@ For example, if ~/foo is blacklisted and it points to /bar, then /bar will also be blacklisted. .br +.br +File globbing is supported, see \fBFILE GLOBBING\fR section for more details. +.br + .br Example: .br