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.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3212a88e4..4a2e520c5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2566,14 +2566,13 @@ Kill the sandbox automatically after the time has elapsed. The time is specified
2566$ firejail \-\-timeout=01:30:00 firefox 2566$ firejail \-\-timeout=01:30:00 firefox
2567.TP 2567.TP
2568\fB\-\-tmpfs=dirname 2568\fB\-\-tmpfs=dirname
2569Mount a writable tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root. 2569Mount a writable tmpfs filesystem on directory dirname. Directories outside user home or not owned by the user are not allowed. Sandboxes running as root are exempt from these restrictions. File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
2570File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
2571.br 2570.br
2572 2571
2573.br 2572.br
2574Example: 2573Example:
2575.br 2574.br
2576# firejail \-\-tmpfs=/var 2575$ firejail \-\-tmpfs=~/.local/share
2577.TP 2576.TP
2578\fB\-\-top 2577\fB\-\-top
2579Monitor the most CPU-intensive sandboxes, see \fBMONITORING\fR section for more details. 2578Monitor the most CPU-intensive sandboxes, see \fBMONITORING\fR section for more details.