From 27ae036182daa136315d0f9cd2a59deda7e6afe3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 13 Nov 2021 07:48:36 -0500 Subject: merges --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') 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. Currently while scanning the file system symbolic links are not followed, and files the user doesn't have read access to are silently dropped. The program can also be run as root (sudo firejail --ids-init/--ids-check). +### Deteministic Shutdown +````` + --deterministic-exit-code + Always exit firejail with the first child's exit status. The de‐ + fault behavior is to use the exit status of the final child to + exit, which can be nondeterministic. + + --deterministic-shutdown + Always shut down the sandbox after the first child has termi‐ + nated. The default behavior is to keep the sandbox alive as long + as it contains running processes. +````` + ### Profile Statistics A small tool to print profile statistics. Compile as usual and run in /etc/profiles: -- cgit v1.2.3-54-g00ecf