aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:38:20 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:38:20 -0400
commitb1595955089ae80755b8af4d2b1457712b95926a (patch)
tree59e800e35b5bd99b50c0b6526edb969c853557a2 /etc
parentnetwork testing (diff)
downloadfirejail-b1595955089ae80755b8af4d2b1457712b95926a.tar.gz
firejail-b1595955089ae80755b8af4d2b1457712b95926a.tar.zst
firejail-b1595955089ae80755b8af4d2b1457712b95926a.zip
arp rework
Diffstat (limited to 'etc')
-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