summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/autoconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/autoconfig b/init.d/autoconfig
index 5991fef..76d6086 100644
--- a/init.d/autoconfig
+++ b/init.d/autoconfig
@@ -534,6 +534,7 @@ start() {
fi
if ! yesno "${PASSWD}"
then
+ chmod og-r /proc/cmdline # Try to secure the kernel parameters per bug #610840
echo "root:${PASSWORD}" | chpasswd > /dev/null 2>&1
fi
if yesno "${SSHD}"