aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-02 07:47:32 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-02 07:47:32 -0400
commit28b37ef3384b62b83ad3ab5d0e71997f1ca4ef6c (patch)
tree5d22e5a15fd61b42d29d950e0b7bd8b7f35f4fe7 /src/man/firejail-profile.txt
parentmanpage: remove apparmor from non-apparor builds (diff)
downloadfirejail-28b37ef3384b62b83ad3ab5d0e71997f1ca4ef6c.tar.gz
firejail-28b37ef3384b62b83ad3ab5d0e71997f1ca4ef6c.tar.zst
firejail-28b37ef3384b62b83ad3ab5d0e71997f1ca4ef6c.zip
manpage: remove overlayfs from non-overlayfs builds
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 0da2a0ea7..c86d7f119 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -245,6 +245,7 @@ before the sandbox is started. The file is created if it doesn't already exist.
245.TP 245.TP
246\fBnoexec file_or_directory 246\fBnoexec file_or_directory
247Remount the file or the directory noexec, nodev and nosuid. 247Remount the file or the directory noexec, nodev and nosuid.
248#ifdef HAVE_OVERLAYFS
248.TP 249.TP
249\fBoverlay 250\fBoverlay
250Mount a filesystem overlay on top of the current filesystem. 251Mount a filesystem overlay on top of the current filesystem.
@@ -257,6 +258,7 @@ The overlay is stored in $HOME/.firejail/name directory.
257\fBoverlay-tmpfs 258\fBoverlay-tmpfs
258Mount a filesystem overlay on top of the current filesystem. 259Mount a filesystem overlay on top of the current filesystem.
259All filesystem modifications are discarded when the sandbox is closed. 260All filesystem modifications are discarded when the sandbox is closed.
261#endif
260.TP 262.TP
261\fBprivate 263\fBprivate
262Mount new /root and /home/user directories in temporary 264Mount new /root and /home/user directories in temporary