aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-11-26 16:00:28 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2018-11-26 16:00:28 +0100
commit697f2965ed8cd44f7a24704ec309fbdda936a168 (patch)
tree8775433dd416d9e90a2b505f82e22d8e13f088e7 /src/man/firejail.txt
parentMerge pull request #2272 from veloute/firecfg (diff)
downloadfirejail-697f2965ed8cd44f7a24704ec309fbdda936a168.tar.gz
firejail-697f2965ed8cd44f7a24704ec309fbdda936a168.tar.zst
firejail-697f2965ed8cd44f7a24704ec309fbdda936a168.zip
refactor private-cache and tmpfs
has the immediate benefit that the result of combining --noexec and --tmpfs does not depend on the sequence of the options
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 8898c6791..edda34a1a 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2058,7 +2058,7 @@ Kill the sandbox automatically after the time has elapsed. The time is specified
2058$ firejail \-\-timeout=01:30:00 firefox 2058$ firejail \-\-timeout=01:30:00 firefox
2059.TP 2059.TP
2060\fB\-\-tmpfs=dirname 2060\fB\-\-tmpfs=dirname
2061Mount a tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root. 2061Mount a writable tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root.
2062File globbing is supported, see \fBFILE GLOBBING\fR section for more details. 2062File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
2063.br 2063.br
2064 2064