aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-08-14 08:02:16 +1000
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-08-14 08:02:16 +1000
commit9e6b7e3b715dfe60d83b367783d57b021a9a608e (patch)
tree10633eaa57e0752547965bd06da361b6624912be /src
parentvarious fixes (diff)
downloadfirejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.tar.gz
firejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.tar.zst
firejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/firejail/network.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/network.txt b/src/firejail/network.txt
index 673d5b941..f6df0f485 100644
--- a/src/firejail/network.txt
+++ b/src/firejail/network.txt
@@ -13,7 +13,7 @@ net_configure_bridge(br, device) {
13} 13}
14 14
15net_configure_sandbox_ip(br) { 15net_configure_sandbox_ip(br) {
16 if br->ip_snadbox 16 if br->ip_sandbox
17 check br->ipsandbox inside the bridge network 17 check br->ipsandbox inside the bridge network
18 arp_check(br->ipsandbox) // send an arp req to check if anybody else is using this address 18 arp_check(br->ipsandbox) // send an arp req to check if anybody else is using this address
19 else 19 else