##// END OF EJS Templates
Enable ASLR if KERNEL_SECURITY is enabled
Unknown -
r537:faa69f13fe5c
parent child
Show More
@@ -0,0 +1,2
1 # ASLR
2 kernel.randomize_va_space = 2 No newline at end of file
@@ -82,6 +82,11 if [ "$ENABLE_PRINTK" = true ] ; then
82 82 install_readonly files/sysctl.d/83-rpi-printk.conf "${ETC_DIR}/sysctl.d/83-rpi-printk.conf"
83 83 fi
84 84
85 # Enable Kernel messages on standard output
86 if [ "$KERNEL_SECURITY" = true ] ; then
87 install_readonly files/sysctl.d/84-rpi-ASLR.conf "${ETC_DIR}/sysctl.d/84-rpi-ASLR.conf"
88 fi
89
85 90 # Install udev rule for serial alias - serial0 = console serial1=bluetooth
86 91 install_readonly files/etc/99-com.rules "${LIB_DIR}/udev/rules.d/99-com.rules"
87 92
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant