mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-25 14:44:56 +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
|
# Quick factoring as many script use the same logic
|
||||||
PARTITION="/tmp"
|
PARTITION="/tmp"
|
||||||
OPTION="nosuid"
|
OPTION="nosuid"
|
||||||
SERVICEPATH="/etc/systemd/system/tmp.mount"
|
SERVICEPATH="/usr/share/systemd/tmp.mount"
|
||||||
SERVICENAME="tmp.mount"
|
SERVICENAME="tmp.mount"
|
||||||
|
|
||||||
# This function will be called if the script status is on enabled / audit mode
|
# 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
|
# Quick factoring as many script use the same logic
|
||||||
PARTITION="/tmp"
|
PARTITION="/tmp"
|
||||||
OPTION="noexec"
|
OPTION="noexec"
|
||||||
SERVICEPATH="/etc/systemd/system/tmp.mount"
|
SERVICEPATH="/usr/share/systemd/tmp.mount"
|
||||||
SERVICENAME="tmp.mount"
|
SERVICENAME="tmp.mount"
|
||||||
|
|
||||||
# This function will be called if the script status is on enabled / audit mode
|
# This function will be called if the script status is on enabled / audit mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user