aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-23 07:01:46 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-23 07:01:46 -0400
commit0c7a3b7269e481065bff70ecdf342de37039b602 (patch)
tree704c282247461350acb7793dccf9fac5d7bd93bd /src/man/firejail.txt
parentx11 command in profile files (diff)
downloadfirejail-0c7a3b7269e481065bff70ecdf342de37039b602.tar.gz
firejail-0c7a3b7269e481065bff70ecdf342de37039b602.tar.zst
firejail-0c7a3b7269e481065bff70ecdf342de37039b602.zip
overlayfs fixes
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index b258c3d20..19fca9854 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1037,24 +1037,6 @@ Example:
1037$ firejail \-\-overlay-named=jail1 firefox 1037$ firejail \-\-overlay-named=jail1 firefox
1038 1038
1039.TP 1039.TP
1040\fB\-\-overlay-path=path
1041Mount a filesystem overlay on top of the current filesystem. Unlike the regular filesystem container,
1042the system directories are mounted read-write. All filesystem modifications go into the overlay.
1043The overlay is stored in the specified path. The created overlay can be reused between multiple sessions.
1044.br
1045
1046.br
1047OverlayFS support is required in Linux kernel for this option to work.
1048OverlayFS was officially introduced in Linux kernel version 3.18.
1049This option is not available on Grsecurity systems.
1050.br
1051
1052.br
1053Example:
1054.br
1055$ firejail \-\-overlay-path=~/jails/jail1 firefox
1056
1057.TP
1058\fB\-\-overlay-tmpfs 1040\fB\-\-overlay-tmpfs
1059Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay, 1041Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay,
1060and are discarded when the sandbox is closed. 1042and are discarded when the sandbox is closed.