From 508e72cdf639315693db5c3ce3e4a5cdd3fcfa1d Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Wed, 31 Jul 2002 15:40:41 +0000 Subject: correct the test for processing level.local. --- share/msec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1