aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt12
1 files changed, 12 insertions, 0 deletions
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.
189\fBnoexec file_or_directory 189\fBnoexec file_or_directory
190Remount the file or the directory noexec, nodev and nosuid. 190Remount the file or the directory noexec, nodev and nosuid.
191.TP 191.TP
192\fBoverlay
193Mount a filesystem overlay on top of the current filesystem.
194The overlay is stored in $HOME/.firejail/<PID> directory.
195.TP
196\fBoverlay-named name
197Mount a filesystem overlay on top of the current filesystem.
198The overlay is stored in $HOME/.firejail/name directory.
199.TP
200\fBoverlay-tmpfs
201Mount a filesystem overlay on top of the current filesystem.
202All filesystem modifications are discarded when the sandbox is closed.
203.TP
192\fBprivate 204\fBprivate
193Mount new /root and /home/user directories in temporary 205Mount new /root and /home/user directories in temporary
194filesystems. All modifications are discarded when the sandbox is 206filesystems. All modifications are discarded when the sandbox is