From 6c7d9ccb6cbb70c44843e013af79fa97d78b7571 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 28 Apr 2017 11:47:22 -0400 Subject: man pages --- src/man/firejail-profile.txt | 12 ++++++++++++ src/man/firejail.txt | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 76cd4d4fa..bb1bd86b9 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -189,6 +189,18 @@ The file is created if it doesn't already exist. \fBnoexec file_or_directory Remount the file or the directory noexec, nodev and nosuid. .TP +\fBoverlay +Mount a filesystem overlay on top of the current filesystem. +The overlay is stored in $HOME/.firejail/ directory. +.TP +\fBoverlay-named name +Mount a filesystem overlay on top of the current filesystem. +The overlay is stored in $HOME/.firejail/name directory. +.TP +\fBoverlay-tmpfs +Mount a filesystem overlay on top of the current filesystem. +All filesystem modifications are discarded when the sandbox is closed. +.TP \fBprivate Mount new /root and /home/user directories in temporary filesystems. All modifications are discarded when the sandbox is diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 23d34ec25..c481da8d2 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -1136,8 +1136,8 @@ $ firejail \-\-overlay-named=jail1 firefox .TP \fB\-\-overlay-tmpfs -Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay, -and are discarded when the sandbox is closed. +Mount a filesystem overlay on top of the current filesystem. All filesystem modifications +are discarded when the sandbox is closed. .br .br -- cgit v1.2.3-70-g09d2