Reject all network connexions.

old-version
Raphaël Vinot 2016-07-05 16:15:00 +02:00 committed by GitHub
parent 3c39266f5a
commit d9b54ce295
1 changed files with 6 additions and 0 deletions

View File

@ -33,5 +33,11 @@ chown -R kitten:kitten /tmp/libreoffice
mkdir /tmp/libreoffice_config
chown -R kitten:kitten /tmp/libreoffice_config
# Reject all network connexions.
iptables -F
iptables -A INPUT -j REJECT
iptables -A OUTPUT -j REJECT
iptables -A FORWARD -j REJECT
su ${USERNAME} -c ./groomer.sh