aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-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.