From 6cddc32564529573ddc3057fd8aefce1e0ae23a2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 7 Mar 2017 15:43:55 -0500 Subject: allow /tmp in mkdir and mkfile profile commands --- src/man/firejail-profile.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/man') 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 Mount-bind file1 on top of file2. This option is only available when running as root. .TP \fBmkdir directory -Create a directory in user home before the sandbox is started. +Create a directory in user home or under /tmp before the sandbox is started. The directory is created if it doesn't already exist. .br @@ -177,8 +177,8 @@ mkdir ~/.cache/mozilla/firefox whitelist ~/.cache/mozilla/firefox .TP \fBmkfile file -Similar to mkdir, this command creates a file in user home before the sandbox is started. -The file is created if it doesn't already exist, but it's target directory has to exist. +Similar to mkdir, this command creates a file in user home or under /tmp before the sandbox is started. +The file is created if it doesn't already exist. .TP \fBnoexec file_or_directory Remount the file or the directory noexec, nodev and nosuid. -- cgit v1.2.3-54-g00ecf