Robert 9 months ago
parent 9524dc8130
commit 589c24cc00
  1. 3
      install.sh

@ -159,6 +159,7 @@ if [ ! -f /etc/execguard/config.json ]; then
;; ;;
esac esac
fi fi
${USE_SUPER} /usr/bin/chmod 640 /etc/execguard/config.json
if [ ! -f /etc/systemd/system/execguard.service ]; then if [ ! -f /etc/systemd/system/execguard.service ]; then
/usr/bin/echo "Adding SystemD Serivce file..." /usr/bin/echo "Adding SystemD Serivce file..."
@ -207,6 +208,8 @@ case $? in
exit 1 exit 1
;; ;;
esac esac
${USE_SUPER} /usr/bin/chmod 660 /etc/execguard/system.db
${USE_SUPER} ./execguard --update "$(pwd)/update_bins.sh" ${USE_SUPER} ./execguard --update "$(pwd)/update_bins.sh"
${USE_SUPER} ./execguard --update "$(pwd)/sys_update.sh" ${USE_SUPER} ./execguard --update "$(pwd)/sys_update.sh"
${USE_SUPER} ./execguard --update "$(pwd)/vscan_bins.sh" ${USE_SUPER} ./execguard --update "$(pwd)/vscan_bins.sh"

Loading…
Cancel
Save