mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-15 02:10:36 +07:00
output
This commit is contained in:
@ -22,7 +22,9 @@ fi
|
|||||||
|
|
||||||
if [ -e /etc/noexec ]; then
|
if [ -e /etc/noexec ]; then
|
||||||
noexec=true
|
noexec=true
|
||||||
echo "$0: Will remount with noexec."
|
echo "$0: Will remount with noexec because file /etc/noexec exists."
|
||||||
|
else
|
||||||
|
echo "$0: Will not remount with noexec because file /etc/noexec does not exist."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir --parents "/var/run/remount-secure"
|
mkdir --parents "/var/run/remount-secure"
|
||||||
|
Reference in New Issue
Block a user