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