diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 17:04:46 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 17:04:46 +0000 |
commit | 62e164b34a538e51427c07b963ecf0c21aa217b6 (patch) | |
tree | 956ad3d1d6b64c512a64386ae742840177f206b6 /init-sh | |
parent | 861b62c72d3ad61bbeeb827c26fd730c87aa2e69 (diff) | |
download | msec-62e164b34a538e51427c07b963ecf0c21aa217b6.tar msec-62e164b34a538e51427c07b963ecf0c21aa217b6.tar.gz msec-62e164b34a538e51427c07b963ecf0c21aa217b6.tar.bz2 msec-62e164b34a538e51427c07b963ecf0c21aa217b6.tar.xz msec-62e164b34a538e51427c07b963ecf0c21aa217b6.zip |
typo error in SECURE_LEVEL
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/levelsnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/levelsnf.sh b/init-sh/levelsnf.sh index e2a1b32..a4c592f 100755 --- a/init-sh/levelsnf.sh +++ b/init-sh/levelsnf.sh @@ -81,7 +81,7 @@ AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab # Server update echo "Setting secure level variable to snf :" -AddRules "SECURE_LEVEL=4" /etc/sysconfig/msec +AddRules "SECURE_LEVEL=snf" /etc/sysconfig/msec export SECURE_LEVEL=snf |