diff options
-rwxr-xr-x | share/msec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/msec.py b/share/msec.py index b02e2c1..4dfbbd7 100755 --- a/share/msec.py +++ b/share/msec.py @@ -246,7 +246,7 @@ FILE_CHECKS = {'CHECK_SECURITY' : ('no', 'yes', 'yes', 'yes', 'yes', 'yes', for k in FILE_CHECKS.keys(): set_security_conf(k, FILE_CHECKS[k][level]) -if Config.get_config('nolocal', '0') == '1': +if Config.get_config('nolocal', '0') == '0': # load local customizations CONFIG='/etc/security/msec/level.local' if os.path.exists(CONFIG): |