aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-07-09 09:06:06 -0400
committerLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-07-09 09:06:06 -0400
commitea9e77b7ac6059dd4cb63f88133b889897d2b1a3 (patch)
tree1a7d52133709540014f94622ea8386a53c0b79cf /src/man
parentAdd personality to allow-debuggers (see #2021) (diff)
downloadfirejail-ea9e77b7ac6059dd4cb63f88133b889897d2b1a3.tar.gz
firejail-ea9e77b7ac6059dd4cb63f88133b889897d2b1a3.tar.zst
firejail-ea9e77b7ac6059dd4cb63f88133b889897d2b1a3.zip
Add documentation for keep-dev-shm option
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt10
2 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 50455b038..767cf89f4 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -233,6 +233,9 @@ The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
233Create a new /dev directory. Only disc, dri, null, full, zero, tty, pts, ptmx, 233Create a new /dev directory. Only disc, dri, null, full, zero, tty, pts, ptmx,
234random, snd, urandom, video, log and shm devices are available. 234random, snd, urandom, video, log and shm devices are available.
235.TP 235.TP
236\fBkeep-dev-shm
237/dev/shm directory is untouched (even with private-dev).
238.TP
236\fBprivate-etc file,directory 239\fBprivate-etc file,directory
237Build a new /etc in a temporary 240Build a new /etc in a temporary
238filesystem, and copy the files and directories in the list. 241filesystem, and copy the files and directories in the list.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 24d4bbd8c..74a9a9da9 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -678,6 +678,16 @@ Same as "firejail --join=name" if sandbox with specified name exists, otherwise
678Note that in contrary to other join options there is respective profile option. 678Note that in contrary to other join options there is respective profile option.
679 679
680.TP 680.TP
681\fB\-\-keep-dev-shm
682/dev/shm directory is untouched (even with --private-dev)
683.br
684
685.br
686Example:
687.br
688$ firejail --keep-dev-shm --private-dev
689
690.TP
681\fB\-\-keep-var-tmp 691\fB\-\-keep-var-tmp
682/var/tmp directory is untouched. 692/var/tmp directory is untouched.
683.br 693.br