aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-15 09:01:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-15 09:01:23 -0400
commit689c89738a9c575b0088ef288013aaf743d93eca (patch)
tree6002cec6389b3597375a55dfd0073035d29522d4 /src/man
parentdocumentation (diff)
downloadfirejail-689c89738a9c575b0088ef288013aaf743d93eca.tar.gz
firejail-689c89738a9c575b0088ef288013aaf743d93eca.tar.zst
firejail-689c89738a9c575b0088ef288013aaf743d93eca.zip
allow regular users to use --writable-var and --writable-etc
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt6
-rw-r--r--src/man/firejail.txt4
2 files changed, 4 insertions, 6 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 8f9eedbd3..4d1de76f5 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -194,12 +194,10 @@ The modifications to file_or_directory are persistent, everything else is discar
194when the sandbox is closed. 194when the sandbox is closed.
195.TP 195.TP
196\fBwritable-etc 196\fBwritable-etc
197Mount /etc directory read-write. This option is available only 197Mount /etc directory read-write.
198when running the sandbox as root user.
199.TP 198.TP
200\fBwritable-var 199\fBwritable-var
201Mount /var directory read-write. This option is available only 200Mount /var directory read-write.
202when running the sandbox as root user.
203.SH Security filters 201.SH Security filters
204The following security filters are currently implemented: 202The following security filters are currently implemented:
205 203
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 807b3e39e..29a84f71e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1480,7 +1480,7 @@ $ firejail "\-\-whitelist=/home/username/My Virtual Machines"
1480 1480
1481.TP 1481.TP
1482\fB\-\-writable-etc 1482\fB\-\-writable-etc
1483Mount /etc directory read-write. This option is available only when running the sandbox as root user. 1483Mount /etc directory read-write.
1484.br 1484.br
1485 1485
1486.br 1486.br
@@ -1490,7 +1490,7 @@ $ sudo firejail --writable-etc
1490 1490
1491.TP 1491.TP
1492\fB\-\-writable-var 1492\fB\-\-writable-var
1493Mount /var directory read-write. This option is available only when running the sandbox as root user. 1493Mount /var directory read-write.
1494.br 1494.br
1495 1495
1496.br 1496.br