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.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 43572bb4b..877ee0ce5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1004,6 +1004,17 @@ Example:
1004$ firejail --private-etc=group,hostname,localtime, \\ 1004$ firejail --private-etc=group,hostname,localtime, \\
1005.br 1005.br
1006nsswitch.conf,passwd,resolv.conf 1006nsswitch.conf,passwd,resolv.conf
1007
1008.TP
1009\fB\-\-private-tmp
1010Mount an empty temporary filesystem on top of /tmp directory.
1011.br
1012
1013.br
1014Example:
1015.br
1016$ firejail \-\-private-tmp
1017
1007.TP 1018.TP
1008\fB\-\-profile=filename 1019\fB\-\-profile=filename
1009Load a custom security profile from filename. For filename use an absolute path or a path relative to the current path. 1020Load a custom security profile from filename. For filename use an absolute path or a path relative to the current path.