From 6517bed2ff93a770c9f1dd2fcf3f6c6b267bc57a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 20 Apr 2016 09:32:47 -0400 Subject: fix mkdir description in man firejail-profile --- src/man/firejail-profile.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') 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 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. Use this command for whitelisted directories you need to preserve -when the sandbox is closed. Subdirectories also need to be created using mkdir. Example from +Create a directory in user home before the sandbox is started. +The directory is created if it doesn't already exist. +.br + +.br +Use this command for whitelisted directories you need to preserve +when the sandbox is closed. Without it, the application will create the directory, and the directory +will be deleted when the sandbox is closed. Subdirectories also need to be created using mkdir. Example from firefox profile: .br -- cgit v1.2.3-54-g00ecf