aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
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.