aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-11-13 07:48:36 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-11-13 07:48:36 -0500
commit27ae036182daa136315d0f9cd2a59deda7e6afe3 (patch)
tree6716d76b5dc15fd7e7022e8db2dede418ad9f973 /README.md
parentmerges (diff)
downloadfirejail-27ae036182daa136315d0f9cd2a59deda7e6afe3.tar.gz
firejail-27ae036182daa136315d0f9cd2a59deda7e6afe3.tar.zst
firejail-27ae036182daa136315d0f9cd2a59deda7e6afe3.zip
merges
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6e906ae6..9dd9bbbfd 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,19 @@ New files and deleted files are also flagged.
212Currently while scanning the file system symbolic links are not followed, and files the user doesn't have read access to are silently dropped. 212Currently while scanning the file system symbolic links are not followed, and files the user doesn't have read access to are silently dropped.
213The program can also be run as root (sudo firejail --ids-init/--ids-check). 213The program can also be run as root (sudo firejail --ids-init/--ids-check).
214 214
215### Deteministic Shutdown
216`````
217 --deterministic-exit-code
218 Always exit firejail with the first child's exit status. The de‐
219 fault behavior is to use the exit status of the final child to
220 exit, which can be nondeterministic.
221
222 --deterministic-shutdown
223 Always shut down the sandbox after the first child has termi‐
224 nated. The default behavior is to keep the sandbox alive as long
225 as it contains running processes.
226`````
227
215### Profile Statistics 228### Profile Statistics
216 229
217A small tool to print profile statistics. Compile as usual and run in /etc/profiles: 230A small tool to print profile statistics. Compile as usual and run in /etc/profiles: