aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
parentmerges (diff)
downloadfirejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.gz
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.zst
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.zip
man pages
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt12
-rw-r--r--src/man/firejail.txt4
2 files changed, 14 insertions, 2 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
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
1136 1136
1137.TP 1137.TP
1138\fB\-\-overlay-tmpfs 1138\fB\-\-overlay-tmpfs
1139Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay, 1139Mount a filesystem overlay on top of the current filesystem. All filesystem modifications
1140and are discarded when the sandbox is closed. 1140are discarded when the sandbox is closed.
1141.br 1141.br
1142 1142
1143.br 1143.br