This commit is contained in:
Patrick Schleizer 2019-12-06 11:16:43 -05:00
parent c1ea35e2ef
commit a6133f5912
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -22,7 +22,9 @@ fi
if [ -e /etc/noexec ]; then
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
mkdir --parents "/var/run/remount-secure"