summaryrefslogtreecommitdiffstats
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
parentvarious fixes (diff)
downloadfirejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.tar.gz
firejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.tar.zst
firejail-9e6b7e3b715dfe60d83b367783d57b021a9a608e.zip
typo
-rw-r--r--src/firejail/network.txt2
-rwxr-xr-xtest/network/net_arp.exp2
2 files changed, 2 insertions, 2 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
diff --git a/test/network/net_arp.exp b/test/network/net_arp.exp
index f27f85814..fdd30f218 100755
--- a/test/network/net_arp.exp
+++ b/test/network/net_arp.exp
@@ -69,6 +69,6 @@ expect {
69 "sleep 20" 69 "sleep 20"
70} 70}
71 71
72# wait for snadboxes to be shutdown 72# wait for sandboxes to be shutdown
73sleep 30 73sleep 30
74puts "\n" 74puts "\n"