commit | 47bb211cadbf2383c9e03f02858731e57ee3c4d9 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 27 11:29:43 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 27 11:30:01 2011 -0700 |
tree | e65c2cf516d4d9d8e711b872dd95abec9e955f74 | |
parent | 67a3a55f691753a27dce01ff678258236a1638bd [diff] [blame] |
need to chmod 440 for sudoers file
diff --git a/stack.sh b/stack.sh index b885e20..82cc157 100755 --- a/stack.sh +++ b/stack.sh
@@ -124,6 +124,7 @@ echo "#includedir /etc/sudoers.d" | sudo tee -a /etc/sudoers sudo cp $FILES/sudo/nova /etc/sudoers.d/stack_sh_nova sudo sed -e "s,%USER%,$USER,g" -i /etc/sudoers.d/stack_sh_nova + sudo chmod 0440 /etc/sudoers.d/stack_sh_nova fi # Set the destination directories for openstack projects