mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-23 13:45:54 +02:00
Fix some bugs
This commit is contained in:
parent
5f9346486d
commit
dc19e48928
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user