aboutsummaryrefslogtreecommitdiffstats
path: root/test/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-23 08:47:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-23 08:47:25 -0500
commit5035659fe3533972d79055d8ab828b0ea24d51ba (patch)
treeee9c8e4a808b967394539b4bb1c867cb24d10442 /test/configure
parentfeature testing (diff)
downloadfirejail-5035659fe3533972d79055d8ab828b0ea24d51ba.tar.gz
firejail-5035659fe3533972d79055d8ab828b0ea24d51ba.tar.zst
firejail-5035659fe3533972d79055d8ab828b0ea24d51ba.zip
feature testing
Diffstat (limited to 'test/configure')
-rwxr-xr-xtest/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/configure b/test/configure
index 1dd80ee9a..2827582f3 100755
--- a/test/configure
+++ b/test/configure
@@ -15,6 +15,12 @@ brctl addbr br3
15ifconfig br3 10.10.50.1/24 up 15ifconfig br3 10.10.50.1/24 up
16brctl addbr br4 16brctl addbr br4
17ifconfig br4 10.10.60.1/24 up 17ifconfig br4 10.10.60.1/24 up
18ip link add link eth0 name eth0.5 type vlan id 5
19/sbin/ifconfig eth0.5 10.10.205.10/24 up
20ip link add link eth0 name eth0.6 type vlan id 6
21/sbin/ifconfig eth0.6 10.10.206.10/24 up
22ip link add link eth0 name eth0.7 type vlan id 7
23/sbin/ifconfig eth0.7 10.10.207.10/24 up
18 24
19 25
20# build a very small chroot 26# build a very small chroot