From 0bfd11891300cb59bd9b995b956f5a57c8a3458c Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 23 Dec 2019 13:37:05 +0100 Subject: make join timeout configurable in firejail.config --- etc/firejail.config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/firejail.config') diff --git a/etc/firejail.config b/etc/firejail.config index 565796d5a..3bff2f7ed 100644 --- a/etc/firejail.config +++ b/etc/firejail.config @@ -62,6 +62,11 @@ # root user can always join sandboxes. # join yes +# Timeout when joining a sandbox, default five seconds. Wait up to +# the specified period of time to allow sandbox setup to finish. +# It is not possible to join a sandbox while it is still starting up. +# join-timeout 5 + # Enable or disable sandbox name change, default enabled. # name-change yes -- cgit v1.2.3-54-g00ecf