aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-12 07:39:54 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-12 07:39:54 +0000
commitaa628728ffb1601a0bcd69204d7c46222e8a7bbb (patch)
tree4e08731072fabc47fe758ad9cdfed6e76bb75b1b /src/man/firejail-profile.txt
parentFix shell in firefox-common.profile (diff)
parentClarify that file globbing occurs only at start (diff)
downloadfirejail-aa628728ffb1601a0bcd69204d7c46222e8a7bbb.tar.gz
firejail-aa628728ffb1601a0bcd69204d7c46222e8a7bbb.tar.zst
firejail-aa628728ffb1601a0bcd69204d7c46222e8a7bbb.zip
Merge pull request #3347 from aerusso/pulls/documentation-globbing
Clarify that file globbing occurs only at start
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt5
1 files changed, 3 insertions, 2 deletions
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
165(\fBblacklist\fR), a read-only file or directory (\fBread-only\fR), 165(\fBblacklist\fR), a read-only file or directory (\fBread-only\fR),
166a tmpfs mounted on top of an existing directory (\fBtmpfs\fR), 166a tmpfs mounted on top of an existing directory (\fBtmpfs\fR),
167or mount-bind a directory or file on top of another directory or file (\fBbind\fR). 167or mount-bind a directory or file on top of another directory or file (\fBbind\fR).
168Use \fBprivate\fR to set private mode. 168Use \fBprivate\fR to set private mode. File globbing is supported, and PATH and
169File globbing is supported, and PATH and HOME directories are searched. 169HOME directories are searched, see the \fBfirejail\f(1) \fBFILE GLOBBING\fR section
170for more details.
170Examples: 171Examples:
171.TP 172.TP
172\fBblacklist file_or_directory 173\fBblacklist file_or_directory