Fix some bugs

This commit is contained in:
samson 2018-12-02 23:08:56 +08:00
parent 5f9346486d
commit dc19e48928
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ HARDENING_LEVEL=2
# Quick factoring as many script use the same logic
PARTITION="/tmp"
OPTION="nosuid"
SERVICEPATH="/etc/systemd/system/tmp.mount"
SERVICEPATH="/usr/share/systemd/tmp.mount"
SERVICENAME="tmp.mount"
# This function will be called if the script status is on enabled / audit mode

View File

@ -16,7 +16,7 @@ HARDENING_LEVEL=3
# Quick factoring as many script use the same logic
PARTITION="/tmp"
OPTION="noexec"
SERVICEPATH="/etc/systemd/system/tmp.mount"
SERVICEPATH="/usr/share/systemd/tmp.mount"
SERVICENAME="tmp.mount"
# This function will be called if the script status is on enabled / audit mode