4.3 Enable Randomized Virtual Memory Region Placement
Information
Set the system flag to force randomized virtual memory region placement. *Rationale* Randomly placing virtual memory regions will make it difficult to write memory page exploits as the memory placement will be consistently shifting.
Solution
Add the following line to the /etc/sysctl.conf file.kernel.randomize_va_space = 2