summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-07 15:43:55 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-07 15:43:55 -0500
commit6cddc32564529573ddc3057fd8aefce1e0ae23a2 (patch)
treeee6fdc270e111fbacad0caa65dbd8dd0b0a20f24 /src/man
parentFollowing links in private-bin command ported from #1100 created problems for... (diff)
downloadfirejail-6cddc32564529573ddc3057fd8aefce1e0ae23a2.tar.gz
firejail-6cddc32564529573ddc3057fd8aefce1e0ae23a2.tar.zst
firejail-6cddc32564529573ddc3057fd8aefce1e0ae23a2.zip
allow /tmp in mkdir and mkfile profile commands
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index d60d48072..cf2398ad4 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -156,7 +156,7 @@ Mount-bind directory1 on top of directory2. This option is only available when r
156Mount-bind file1 on top of file2. This option is only available when running as root. 156Mount-bind file1 on top of file2. This option is only available when running as root.
157.TP 157.TP
158\fBmkdir directory 158\fBmkdir directory
159Create a directory in user home before the sandbox is started. 159Create a directory in user home or under /tmp before the sandbox is started.
160The directory is created if it doesn't already exist. 160The directory is created if it doesn't already exist.
161.br 161.br
162 162
@@ -177,8 +177,8 @@ mkdir ~/.cache/mozilla/firefox
177whitelist ~/.cache/mozilla/firefox 177whitelist ~/.cache/mozilla/firefox
178.TP 178.TP
179\fBmkfile file 179\fBmkfile file
180Similar to mkdir, this command creates a file in user home before the sandbox is started. 180Similar to mkdir, this command creates a file in user home or under /tmp before the sandbox is started.
181The file is created if it doesn't already exist, but it's target directory has to exist. 181The file is created if it doesn't already exist.
182.TP 182.TP
183\fBnoexec file_or_directory 183\fBnoexec file_or_directory
184Remount the file or the directory noexec, nodev and nosuid. 184Remount the file or the directory noexec, nodev and nosuid.