mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 21:04:51 -04:00
output
This commit is contained in:
parent
c1ea35e2ef
commit
a6133f5912
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue