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.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 504842a9e..7e33a6b45 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -136,7 +136,7 @@ The directory is created if it doesn't already exist.
136.br 136.br
137Use this command for whitelisted directories you need to preserve 137Use this command for whitelisted directories you need to preserve
138when the sandbox is closed. Without it, the application will create the directory, and the directory 138when the sandbox is closed. Without it, the application will create the directory, and the directory
139will be deleted when the sandbox is closed. Subdirectories also need to be created using mkdir. Example from 139will be deleted when the sandbox is closed. Subdirectories are recursively created. Example from
140firefox profile: 140firefox profile:
141.br 141.br
142 142
@@ -145,17 +145,13 @@ mkdir ~/.mozilla
145.br 145.br
146whitelist ~/.mozilla 146whitelist ~/.mozilla
147.br 147.br
148mkdir ~/.cache
149.br
150mkdir ~/.cache/mozilla
151.br
152mkdir ~/.cache/mozilla/firefox 148mkdir ~/.cache/mozilla/firefox
153.br 149.br
154whitelist ~/.cache/mozilla/firefox 150whitelist ~/.cache/mozilla/firefox
155.TP 151.TP
156\fBmkfile file 152\fBmkfile file
157Similar to mkdir, this command creates a file in user home before the sandbox is started. 153Similar to mkdir, this command creates a file in user home before the sandbox is started.
158The file is created if it doesn't already exist. 154The file is created if it doesn't already exist, but it's target directory has to exist.
159.TP 155.TP
160\fBnoexec file_or_directory 156\fBnoexec file_or_directory
161Remount the file or the directory noexec, nodev and nosuid. 157Remount the file or the directory noexec, nodev and nosuid.