editor, reviewer
523
modifications
mAucun résumé des modifications |
|||
Ligne 108 : | Ligne 108 : | ||
# Sortie autorisée, si aucun port autorisé en sortie n'est défini | # Sortie autorisée, si aucun port autorisé en sortie n'est défini | ||
# Sinon, on autorise le loopback et | # Sinon, on autorise le loopback et les connexions déjà établies | ||
if [ -z "$REMOTE_TCP_SERVICES"] && [ -z "$REMOTE_UDP_SERVICES" ]; then | if [ -z "$REMOTE_TCP_SERVICES"] && [ -z "$REMOTE_UDP_SERVICES" ]; then | ||
$IPTABLES -t filter -P OUTPUT ACCEPT | $IPTABLES -t filter -P OUTPUT ACCEPT |