SavanVaghela / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

iptables rules not saved across reboot and only tcp blocked on cloud servers #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Notice that jailusers are only blocked from tcp network communication (udp, 
icmp, etc. would be allowed)
2. Reboot cloud server
3. Notice that iptables rule list is empty

What is the expected output? What do you see instead?
iptables should still have rules preventing jailusers from communicating on the 
network. Also the rules that are setup for jailusers should block all network 
protocols.

Patch attached to correct both of these problems.

Original issue reported on code.google.com by janzert on 10 Oct 2010 at 12:01

Attachments:

GoogleCodeExporter commented 8 years ago
While creating a branch to fix race conditions in the cloud server 
tournament_manager I accidentally checked this in at r430 and backed out again 
at r433.

Original comment by janzert on 13 Oct 2010 at 7:40

GoogleCodeExporter commented 8 years ago
This was fixed in revision 435

Original comment by janzert on 24 Oct 2010 at 6:41