From 678cd1495457318dad39178bb646ba1b96332ddb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jan 2016 14:58:27 -0500 Subject: --tmpfs allowd only as root user --- src/man/firejail-profile.txt | 2 +- src/man/firejail.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/man') 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 Make directory or file read-only. .TP \fBtmpfs directory -Mount an empty tmpfs filesystem on top of directory. +Mount an empty tmpfs filesystem on top of directory. This option is available only when running the sandbox as root. .TP \fBbind directory1,directory2 Mount-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 $ firejail \-\-shutdown=3272 .TP \fB\-\-tmpfs=dirname -Mount a tmpfs filesystem on directory dirname. +Mount a tmpfs filesystem on directory dirname. This option is available only when running the sandbox as root. .br .br Example: .br -$ firejail \-\-tmpfs=/var +# firejail \-\-tmpfs=/var .TP \fB\-\-top Monitor the most CPU-intensive sandboxes, see \fBMONITORING\fR section for more details. -- cgit v1.2.3-54-g00ecf