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 c73f23b94..f136be510 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -164,6 +164,9 @@ Mount-bind file1 on top of file2. This option is only available when running as
164\fBdisable-mnt 164\fBdisable-mnt
165Disable /mnt, /media, /run/mount and /run/media access. 165Disable /mnt, /media, /run/mount and /run/media access.
166.TP 166.TP
167\fBkeep-var-tmp
168/var/tmp directory is untouched.
169.TP
167\fBmkdir directory 170\fBmkdir directory
168Create a directory in user home or under /tmp before the sandbox is started. 171Create a directory in user home or under /tmp before the sandbox is started.
169The directory is created if it doesn't already exist. 172The directory is created if it doesn't already exist.
@@ -280,9 +283,6 @@ Disable the default blacklisting of run/user/$UID/systemd and /run/user/$UID/gnu
280\fBwritable-var 283\fBwritable-var
281Mount /var directory read-write. 284Mount /var directory read-write.
282.TP 285.TP
283\fBkeep-var-tmp
284/var/tmp directory is untouched.
285.TP
286\fBwritable-var-log 286\fBwritable-var-log
287Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log 287Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log
288directory, and a skeleton filesystem is created based on the original /var/log. 288directory, and a skeleton filesystem is created based on the original /var/log.