aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/security_check.sh
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-06 23:53:26 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-06 23:53:26 +0000
commit13f9b65dec5018f4c07bf4b918f65801de1ae90d (patch)
treec309b00273d3ec3c2f147b00ef3bd1cd6e9d7ddd /cron-sh/security_check.sh
parent7faae668f95d211bc8de66e920c94d662d260794 (diff)
downloadmsec-13f9b65dec5018f4c07bf4b918f65801de1ae90d.tar
msec-13f9b65dec5018f4c07bf4b918f65801de1ae90d.tar.gz
msec-13f9b65dec5018f4c07bf4b918f65801de1ae90d.tar.bz2
msec-13f9b65dec5018f4c07bf4b918f65801de1ae90d.tar.xz
msec-13f9b65dec5018f4c07bf4b918f65801de1ae90d.zip
Non-interactive permissions checking.
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-xcron-sh/security_check.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh
index 2062902..f5b32fd 100755
--- a/cron-sh/security_check.sh
+++ b/cron-sh/security_check.sh
@@ -56,6 +56,7 @@ fi
if [[ ${CHECK_PERMS} == yes ]]; then
# running msec_perms
+ printf "\tChecking permissions on system files"
fi
if [[ ${CHECK_USER_FILES} == yes ]]; then