From 73525015e11100db0972d40c02e35fb682a6c44a Mon Sep 17 00:00:00 2001 From: Antonio Russo Date: Sat, 11 Apr 2020 14:12:53 -0600 Subject: Clarify that file globbing occurs only at start firejail can blacklist (and now also whitelist) files based on glob pattern. This pattern is evaluated at firejail start, and not updated at run time. This patch documents this behavior. --- src/man/firejail-profile.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/man/firejail-profile.txt') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 0d83b8fd7..6405fd301 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -165,8 +165,9 @@ host filesystem. Each line describes a file/directory that is inaccessible (\fBblacklist\fR), a read-only file or directory (\fBread-only\fR), a tmpfs mounted on top of an existing directory (\fBtmpfs\fR), or mount-bind a directory or file on top of another directory or file (\fBbind\fR). -Use \fBprivate\fR to set private mode. -File globbing is supported, and PATH and HOME directories are searched. +Use \fBprivate\fR to set private mode. File globbing is supported, and PATH and +HOME directories are searched, see the \fBfirejail\f(1) \fBFILE GLOBBING\fR section +for more details. Examples: .TP \fBblacklist file_or_directory -- cgit v1.2.3-54-g00ecf