aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
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/firejail-profile.txt
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/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt8
1 files changed, 8 insertions, 0 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