From b8c32215cf9c770c1d80ccc7e29e41ace3d68f62 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 22 Apr 2009 19:21:09 +0000 Subject: Fixed command inversion between DNS_SPOOFING_PROTECTION and IP_SPOOFING_PROTECTION. --- src/msec/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msec/config.py b/src/msec/config.py index 12188bf..37880e7 100644 --- a/src/msec/config.py +++ b/src/msec/config.py @@ -94,8 +94,8 @@ SETTINGS = {'BASE_LEVEL': ("libmsec.base_level", 'CREATE_SERVER_LINK': ("libmsec.create_server_link", ['no', 'remote', 'local']), 'ENABLE_AT_CRONTAB': ("libmsec.enable_at_crontab", ['yes', 'no']), 'ENABLE_CONSOLE_LOG': ("libmsec.enable_console_log", ['yes', 'no']), - 'ENABLE_DNS_SPOOFING_PROTECTION':("libmsec.enable_ip_spoofing_protection", ['yes', 'no']), - 'ENABLE_IP_SPOOFING_PROTECTION': ("libmsec.enable_dns_spoofing_protection", ['yes', 'no']), + 'ENABLE_DNS_SPOOFING_PROTECTION':("libmsec.enable_dns_spoofing_protection", ['yes', 'no']), + 'ENABLE_IP_SPOOFING_PROTECTION': ("libmsec.enable_ip_spoofing_protection", ['yes', 'no']), 'ENABLE_LOG_STRANGE_PACKETS': ("libmsec.enable_log_strange_packets", ['yes', 'no']), 'ENABLE_MSEC_CRON': ("libmsec.enable_msec_cron", ['yes', 'no']), 'ENABLE_SUDO': ("libmsec.enable_sudo", ['yes', 'no', 'wheel']), -- cgit v1.2.1