Update Script - Fix file perms

This commit is contained in:
Mike Reeves
2018-10-02 11:11:16 -04:00
parent 44a0d2909d
commit 40037f06d2

View File

@@ -7,3 +7,5 @@ git clone https://github.com/TOoSmOotH/securityonion-saltstack.git
cd securityonion-saltstack cd securityonion-saltstack
rsync -a pillar /opt/so/saltstack/ rsync -a pillar /opt/so/saltstack/
rsync -a --exclude-from 'exclude-list.txt' salt /opt/so/saltstack/ rsync -a --exclude-from 'exclude-list.txt' salt /opt/so/saltstack/
chown -R socore:socore /opt/so
chmod 755 /opt/so/saltstack/pillar/firewall/addfirewall.sh