aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-12 08:36:41 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-12 08:36:41 -0400
commit46334f0039100403572d7a6144d3a082cb648a42 (patch)
treec7e9d600b3ce213158ea9f26b9a87e9610269afb /src/man/firejail.txt
parenttenative fix for issue 11 (diff)
downloadfirejail-46334f0039100403572d7a6144d3a082cb648a42.tar.gz
firejail-46334f0039100403572d7a6144d3a082cb648a42.tar.zst
firejail-46334f0039100403572d7a6144d3a082cb648a42.zip
--private-etc option, issue #5
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 4e8d96d31..dbffe68ed 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -670,6 +670,19 @@ full null ptmx pts random shm tty urandom zero
670.br 670.br
671$ 671$
672.TP 672.TP
673\fB\-\-private-etc=file,directory
674Build a new /etc in a temporary
675filesystem, and copy the files and directories in the list.
676All modifications are discarded when the sandbox is closed.
677.br
678
679.br
680Example:
681.br
682$ firejail --private-etc=group,hostname,localtime, \\
683.br
684nsswitch.conf,passwd,resolv.conf
685.TP
673\fB\-\-profile=filename 686\fB\-\-profile=filename
674Load a custom profile from filename. For filename use an absolute path or a path relative to the current path. 687Load a custom profile from filename. For filename use an absolute path or a path relative to the current path.
675For more information, see PROFILES section below. 688For more information, see PROFILES section below.