mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Leave salt dir world read/execute
This commit is contained in:
parent
fb6906f9d2
commit
6c66467269
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ case "$1" in
|
|||
if ! dpkg-statoverride --list $SALT_HOME >/dev/null
|
||||
then
|
||||
chown -R $SALT_USER:$SALT_GROUP $SALT_HOME
|
||||
chmod u=rwx,g=rwx,o= $SALT_HOME
|
||||
# Tests fail when we remove world execute
|
||||
# chmod u=rwx,g=rwx,o= $SALT_HOME
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue