aboutsummaryrefslogtreecommitdiffstats
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
parentmerges (diff)
downloadfirejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.gz
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.tar.zst
firejail-6c7d9ccb6cbb70c44843e013af79fa97d78b7571.zip
man pages
-rw-r--r--RELNOTES1
-rw-r--r--src/man/firejail-profile.txt12
-rw-r--r--src/man/firejail.txt4
3 files changed, 15 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 7e92deed2..805abc792 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -29,6 +29,7 @@ firejail (0.9.46-rc1) baseline; urgency=low
29 * feature: config support to disable access to /mnt and /media (disable-mnt) 29 * feature: config support to disable access to /mnt and /media (disable-mnt)
30 * feature: config support to disable join (join) 30 * feature: config support to disable join (join)
31 * feature: disabled Go, Rust, and OpenSSL in disable-devel.conf 31 * feature: disabled Go, Rust, and OpenSSL in disable-devel.conf
32 * feature: support overlay, overlay-named and overlay-tmpfs in profile files
32 * new profiles: xiphos, Tor Browser Bundle, display (imagemagick), Wire, 33 * new profiles: xiphos, Tor Browser Bundle, display (imagemagick), Wire,
33 * new profiles: mumble, zoom, Guayadeque, qemu, keypass2, xed, pluma, 34 * new profiles: mumble, zoom, Guayadeque, qemu, keypass2, xed, pluma,
34 * new profiles: Cryptocat, Bless, Gnome 2048, Gnome Calculator, 35 * new profiles: Cryptocat, Bless, Gnome 2048, Gnome Calculator,
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