summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 09:16:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 09:16:35 -0400
commit66cd15982d1d763afe70852aa4b3342313d04656 (patch)
tree3932ee28779d6fc508d07f6c641b5732305c114b /src/man
parentfix: --private-etc and --writable-etc are mutually exclusive (diff)
downloadfirejail-66cd15982d1d763afe70852aa4b3342313d04656.tar.gz
firejail-66cd15982d1d763afe70852aa4b3342313d04656.tar.zst
firejail-66cd15982d1d763afe70852aa4b3342313d04656.zip
profile support for writable-etc and writable-var
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt8
-rw-r--r--src/man/firejail.txt4
2 files changed, 10 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index f5610cafc..8d0b6a890 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -181,6 +181,14 @@ Build a new user home in a temporary filesystem, and mount-bind file_or_director
181The modifications to file_or_directory are persistent, everything else is discarded 181The modifications to file_or_directory are persistent, everything else is discarded
182when the sandbox is closed. 182when the sandbox is closed.
183.TP 183.TP
184\fBwritable-etc
185Mount /etc directory read-write. This option is available only
186when running the sandbox as root user.
187.TP
188\fBwritable-var
189Mount /var directory read-write. This option is available only
190when running the sandbox as root user.
191.TP
184\fBtracelog 192\fBtracelog
185Blacklist violations logged to syslog. 193Blacklist violations logged to syslog.
186.SH Security filters 194.SH Security filters
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 14b3c6a60..51abaef28 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1463,7 +1463,7 @@ $ firejail "\-\-whitelist=/home/username/My Virtual Machines"
1463 1463
1464.TP 1464.TP
1465\fB\-\-writable-etc 1465\fB\-\-writable-etc
1466Mount /etc directory read-write. This option is available only when running the sandbox as root user 1466Mount /etc directory read-write. This option is available only when running the sandbox as root user.
1467.br 1467.br
1468 1468
1469.br 1469.br
@@ -1473,7 +1473,7 @@ $ sudo firejail --writable-etc
1473 1473
1474.TP 1474.TP
1475\fB\-\-writable-var 1475\fB\-\-writable-var
1476Mount /var directory read-write. This option is available only when running the sandbox as root user 1476Mount /var directory read-write. This option is available only when running the sandbox as root user.
1477.br 1477.br
1478 1478
1479.br 1479.br