commit | a85fdc0d26967c95b5b7dbd9801438e9e07f2584 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri May 17 10:50:49 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri May 17 10:50:49 2019 -0700 |
tree | f5c00476826ff2575f151eeb2ba0c1ee9ae31e78 | |
parent | 4257f1a3686e2614add4bb3a5516ac80dfbb4ed7 [diff] |
Allow tcpdump to be run inside containers (e.g., mininet) Change-Id: I278119c815388a38f3cb8e0bb44f4924554f07ec
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile index 9576be5..bf3408b 100644 --- a/seba-in-a-box/Makefile +++ b/seba-in-a-box/Makefile
@@ -245,6 +245,7 @@ endif sudo iptables -P FORWARD ACCEPT sudo apparmor_parser -R /etc/apparmor.d/sbin.dhclient || true + sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.tcpdump || true touch $@ echo "SEBA-in-a-Box installation finished!"