From 40037f06d24b9f215b00cde13c967b8963ed96ba Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 2 Oct 2018 11:11:16 -0400 Subject: [PATCH] Update Script - Fix file perms --- updatemaster.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updatemaster.sh b/updatemaster.sh index 39f599ae8..8ee321d7a 100644 --- a/updatemaster.sh +++ b/updatemaster.sh @@ -7,3 +7,5 @@ git clone https://github.com/TOoSmOotH/securityonion-saltstack.git cd securityonion-saltstack rsync -a pillar /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