aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-17 12:13:19 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-17 12:13:19 -0500
commit97a9d0186863f6afe1a003e7e390b1b369167531 (patch)
tree68b5d03aa5c88e96651516e628ce296935716014 /README.md
parentcherrytree profile (diff)
downloadfirejail-97a9d0186863f6afe1a003e7e390b1b369167531.tar.gz
firejail-97a9d0186863f6afe1a003e7e390b1b369167531.tar.zst
firejail-97a9d0186863f6afe1a003e7e390b1b369167531.zip
mkdir support in profile files
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index f502c8909..6769ad47e 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,27 @@ $ firejail --net=eth0 firefox
79 $ firejail --nice=-5 firefox 79 $ firejail --nice=-5 firefox
80````` 80`````
81 81
82## mkdir
83
84`````
85$ man firejail-profile
86[...]
87 mkdir directory
88 Create a directory in user home. Use this command for
89 whitelisted directories you need to preserve when the sandbox is
90 closed. Subdirectories also need to be created using mkdir.
91 Example from firefox profile:
92
93 mkdir ~/.mozilla
94 whitelist ~/.mozilla
95 mkdir ~/.cache
96 mkdir ~/.cache/mozilla
97 mkdir ~/.cache/mozilla/firefox
98 whitelist ~/.cache/mozilla/firefox
99
100[...]
101`````
102
82## New security profiles 103## New security profiles
83 104
84lxterminal, Epiphany, cherrytree 105lxterminal, Epiphany, cherrytree