From bf391814303026a19f445230c3089dfd2387301a Mon Sep 17 00:00:00 2001 From: "ericli@google.com" Date: Fri, 30 Oct 2009 16:32:31 +0000 Subject: [PATCH] Change the x bit for the shell script. Review URL: http://chromereview.prom.corp.google.com/1180025 git-svn-id: svn://chrome-svn/chromeos/trunk@137 06c00378-0e64-4dae-be16-12b19f9950a1 --- mod_for_test_scripts/600autoStartSshd | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_for_test_scripts/600autoStartSshd b/mod_for_test_scripts/600autoStartSshd index 634b866654..a00752d3f4 100644 --- a/mod_for_test_scripts/600autoStartSshd +++ b/mod_for_test_scripts/600autoStartSshd @@ -7,6 +7,7 @@ # start sshd at os init time. cp -pf sshd.conf /etc/init/sshd.conf + chmod 644 /etc/init/sshd.conf chown 0:0 /etc/init/sshd.conf