aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2016-01-25 14:58:27 -0500
committerLibravatar root <root@debian>2016-01-25 14:58:27 -0500
commit678cd1495457318dad39178bb646ba1b96332ddb (patch)
tree45c5396447d0b42d1a6cd224b24c34ca5744c961 /src/man
parenttesting (diff)
downloadfirejail-678cd1495457318dad39178bb646ba1b96332ddb.tar.gz
firejail-678cd1495457318dad39178bb646ba1b96332ddb.tar.zst
firejail-678cd1495457318dad39178bb646ba1b96332ddb.zip
--tmpfs allowd only as root user
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index e91c5c089..2f17c3088 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -126,7 +126,7 @@ blacklist ${HOME}/.ssh
126Make directory or file read-only. 126Make directory or file read-only.
127.TP 127.TP
128\fBtmpfs directory 128\fBtmpfs directory
129Mount an empty tmpfs filesystem on top of directory. 129Mount an empty tmpfs filesystem on top of directory. This option is available only when running the sandbox as root.
130.TP 130.TP
131\fBbind directory1,directory2 131\fBbind directory1,directory2
132Mount-bind directory1 on top of directory2. This option is only available when running as root. 132Mount-bind directory1 on top of directory2. This option is only available when running as root.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index ef65530db..43572bb4b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1348,13 +1348,13 @@ $ firejail \-\-list
1348$ firejail \-\-shutdown=3272 1348$ firejail \-\-shutdown=3272
1349.TP 1349.TP
1350\fB\-\-tmpfs=dirname 1350\fB\-\-tmpfs=dirname
1351Mount a tmpfs filesystem on directory dirname. 1351Mount a tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root.
1352.br 1352.br
1353 1353
1354.br 1354.br
1355Example: 1355Example:
1356.br 1356.br
1357$ firejail \-\-tmpfs=/var 1357# firejail \-\-tmpfs=/var
1358.TP 1358.TP
1359\fB\-\-top 1359\fB\-\-top
1360Monitor the most CPU-intensive sandboxes, see \fBMONITORING\fR section for more details. 1360Monitor the most CPU-intensive sandboxes, see \fBMONITORING\fR section for more details.