aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt3
2 files changed, 4 insertions, 1 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
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2fdf21a31..89a4c7990 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1609,6 +1609,7 @@ $ ls -l sandboxlog*
1609\fB\-\-output-stderr=logfile 1609\fB\-\-output-stderr=logfile
1610Similar to \-\-output, but stderr is also stored. 1610Similar to \-\-output, but stderr is also stored.
1611 1611
1612#ifdef HAVE_OVERLAYFS
1612.TP 1613.TP
1613\fB\-\-overlay 1614\fB\-\-overlay
1614Mount a filesystem overlay on top of the current filesystem. Unlike the regular filesystem container, 1615Mount a filesystem overlay on top of the current filesystem. Unlike the regular filesystem container,
@@ -1675,7 +1676,7 @@ This option is not available on Grsecurity systems.
1675Example: 1676Example:
1676.br 1677.br
1677$ firejail \-\-overlay-tmpfs firefox 1678$ firejail \-\-overlay-tmpfs firefox
1678 1679#endif
1679.TP 1680.TP
1680\fB\-\-private 1681\fB\-\-private
1681Mount new /root and /home/user directories in temporary 1682Mount new /root and /home/user directories in temporary