aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 1db33edda..22ce77324 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -2,6 +2,14 @@
2# keyword-argument pairs, one per line. Most features are enabled by default. 2# keyword-argument pairs, one per line. Most features are enabled by default.
3# Use 'yes' or 'no' as configuration values. 3# Use 'yes' or 'no' as configuration values.
4 4
5
6# Number of ARP probes sent when assigning an IP address for --net option,
7# default 2. This is a partial implementation of RFC 5227. A 0.5 seconds
8# timeout is implemented for each probe. Increase this number to 4 if your
9# local layer 2 network uses RSTP (IEEE 802.1w). Permitted values are
10# between 1 and 30.
11# arp-probes 2
12
5# Enable or disable bind support, default enabled. 13# Enable or disable bind support, default enabled.
6# bind yes 14# bind yes
7 15