mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-18 12:29:12 -04:00
output
This commit is contained in:
parent
2d465c6249
commit
5d4d04a2eb
1 changed files with 4 additions and 1 deletions
|
@ -71,8 +71,11 @@ vm.mmap_rnd_compat_bits=${COMPAT_BITS_MAX}"
|
||||||
|
|
||||||
## Write the sysctl.d conf file.
|
## Write the sysctl.d conf file.
|
||||||
if echo "${SYSCTL}" | tee "$aslr_mmap_config_file" > /dev/null ; then
|
if echo "${SYSCTL}" | tee "$aslr_mmap_config_file" > /dev/null ; then
|
||||||
|
echo "$0: INFO: Successfully written ASLR map config file:
|
||||||
|
$aslr_mmap_config_file"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$0: ERROR: Error writing ASLR map config file '$aslr_mmap_config_file'!" >&2
|
echo "$0: ERROR: Error writing ASLR map config file:
|
||||||
|
$aslr_mmap_config_file" >&2
|
||||||
exit_with_error
|
exit_with_error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue