mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-26 07:41:06 +07:00
fix
This commit is contained in:
@ -21,8 +21,8 @@ if ! test -d /etc/sysctl.d ; then
|
|||||||
exit_with_error
|
exit_with_error
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! test -w /etc/sysctl.d/30_security-misc_aslr-mmap.conf ; then
|
if ! test -w /etc/sysctl.d ; then
|
||||||
echo "$0: ERROR: File /etc/sysctl.d/30_security-misc_aslr-mmap.conf not writeable! This script is supposed to be run as root." >&2
|
echo "$0: ERROR: Folder /etc/sysctl.d not writeable! This script is supposed to be run as root." >&2
|
||||||
exit_with_error
|
exit_with_error
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user