aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-12-23 13:37:05 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-12-23 13:37:05 +0100
commit0bfd11891300cb59bd9b995b956f5a57c8a3458c (patch)
treeca6308d85317ee33f9f3b2aef64a9646bfeea4de /etc/firejail.config
parentlet join wait if target sandbox is not ready yet (diff)
downloadfirejail-0bfd11891300cb59bd9b995b956f5a57c8a3458c.tar.gz
firejail-0bfd11891300cb59bd9b995b956f5a57c8a3458c.tar.zst
firejail-0bfd11891300cb59bd9b995b956f5a57c8a3458c.zip
make join timeout configurable in firejail.config
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config5
1 files changed, 5 insertions, 0 deletions
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 @@
62# root user can always join sandboxes. 62# root user can always join sandboxes.
63# join yes 63# join yes
64 64
65# Timeout when joining a sandbox, default five seconds. Wait up to
66# the specified period of time to allow sandbox setup to finish.
67# It is not possible to join a sandbox while it is still starting up.
68# join-timeout 5
69
65# Enable or disable sandbox name change, default enabled. 70# Enable or disable sandbox name change, default enabled.
66# name-change yes 71# name-change yes
67 72