summaryrefslogtreecommitdiffstats
path: root/core/modules/netpoint-lightdm/data/usr/local/bin/guest-cleanup
blob: 32179ceca022f5add5bc93c262dafd1293c1dc65 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

IPTABLES=$(/usr/bin/which iptables)

"$IPTABLES" -F
"$IPTABLES" -P INPUT ACCEPT
"$IPTABLES" -P FORWARD ACCEPT
"$IPTABLES" -P OUTPUT ACCEPT