From 6610f2dccd44a94a5361cd749bfe570beb92c23b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 9 Oct 2009 07:05:08 +0000 Subject: setup-acf: set permissions on /etc/acf/passwd --- setup-acf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-acf.in b/setup-acf.in index f7445fc..5144a21 100644 --- a/setup-acf.in +++ b/setup-acf.in @@ -40,6 +40,7 @@ if [ "$create_passwd" != "no" ]; then # on the box at this stage _md5passwd=$(echo -n "$_password" | md5sum | cut -d' ' -f1) echo "root:$_md5passwd:Admin account:ADMIN" >/etc/acf/passwd + chmod 600 /etc/acf/passwd fi # install packages -- cgit v1.2.3