handle network, run code as different user than compilation

This commit is contained in:
Brian Seymour 2018-10-22 19:14:17 -05:00
parent c94c7577fb
commit 7891b676eb
17 changed files with 30 additions and 24 deletions

2
lxc/enable_network Executable file
View file

@ -0,0 +1,2 @@
iptables -D INPUT -i virbr0 -j REJECT
iptables -D OUTPUT -o virbr0 -j DROP