aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-28 11:47:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-28 11:47:22 -0400
commit6c7d9ccb6cbb70c44843e013af79fa97d78b7571 (patch)
tree674eefe9fdf26f0dab2046544d998179ecb7473a /src/man/firejail-profile.txt
parentmerges (diff)
downloadfirejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.gz
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.zst
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.zip
man pages
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