aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
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/firejail/usage.c
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/firejail/usage.c')
-rw-r--r--src/firejail/usage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index d9ce96f10..804bfb179 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -94,6 +94,7 @@ static char *usage_str =
94 " --join-network=name|pid - join the network namespace.\n" 94 " --join-network=name|pid - join the network namespace.\n"
95#endif 95#endif
96 " --join-or-start=name|pid - join the sandbox or start a new one.\n" 96 " --join-or-start=name|pid - join the sandbox or start a new one.\n"
97 " --keep-dev-shm - /dev/shm directory is untouched (even with --private-dev).\n"
97 " --keep-var-tmp - /var/tmp directory is untouched.\n" 98 " --keep-var-tmp - /var/tmp directory is untouched.\n"
98 " --list - list all sandboxes.\n" 99 " --list - list all sandboxes.\n"
99#ifdef HAVE_FILE_TRANSFER 100#ifdef HAVE_FILE_TRANSFER
@@ -212,7 +213,7 @@ static char *usage_str =
212 " --top - monitor the most CPU-intensive sandboxes.\n" 213 " --top - monitor the most CPU-intensive sandboxes.\n"
213 " --trace - trace open, access and connect system calls.\n" 214 " --trace - trace open, access and connect system calls.\n"
214 " --tracelog - add a syslog message for every access to files or\n" 215 " --tracelog - add a syslog message for every access to files or\n"
215 "\tdirectoires blacklisted by the security profile.\n" 216 "\tdirectories blacklisted by the security profile.\n"
216 " --tree - print a tree of all sandboxed processes.\n" 217 " --tree - print a tree of all sandboxed processes.\n"
217 " --version - print program version and exit.\n" 218 " --version - print program version and exit.\n"
218#ifdef HAVE_NETWORK 219#ifdef HAVE_NETWORK