aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 09:32:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 09:32:47 -0400
commit6517bed2ff93a770c9f1dd2fcf3f6c6b267bc57a (patch)
tree47181b14be32433e0f516ed56f6b0989b413d374 /src
parentprofile support for writable-etc and writable-var (diff)
downloadfirejail-6517bed2ff93a770c9f1dd2fcf3f6c6b267bc57a.tar.gz
firejail-6517bed2ff93a770c9f1dd2fcf3f6c6b267bc57a.tar.zst
firejail-6517bed2ff93a770c9f1dd2fcf3f6c6b267bc57a.zip
fix mkdir description in man firejail-profile
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail-profile.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 8d0b6a890..8ad2eefad 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -135,8 +135,14 @@ Mount-bind directory1 on top of directory2. This option is only available when r
135Mount-bind file1 on top of file2. This option is only available when running as root. 135Mount-bind file1 on top of file2. This option is only available when running as root.
136.TP 136.TP
137\fBmkdir directory 137\fBmkdir directory
138Create a directory in user home. Use this command for whitelisted directories you need to preserve 138Create a directory in user home before the sandbox is started.
139when the sandbox is closed. Subdirectories also need to be created using mkdir. Example from 139The directory is created if it doesn't already exist.
140.br
141
142.br
143Use this command for whitelisted directories you need to preserve
144when the sandbox is closed. Without it, the application will create the directory, and the directory
145will be deleted when the sandbox is closed. Subdirectories also need to be created using mkdir. Example from
140firefox profile: 146firefox profile:
141.br 147.br
142 148