mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-24 16:49:23 -05:00
fix
This commit is contained in:
parent
89168ef40c
commit
9184e6bb92
@ -21,8 +21,8 @@ if ! test -d /etc/sysctl.d ; then
|
||||
exit_with_error
|
||||
fi
|
||||
|
||||
if ! test -w /etc/sysctl.d/30_security-misc_aslr-mmap.conf ; 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
|
||||
if ! test -w /etc/sysctl.d ; then
|
||||
echo "$0: ERROR: Folder /etc/sysctl.d not writeable! This script is supposed to be run as root." >&2
|
||||
exit_with_error
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user