Information
Execshield is made up of a number of kernel features to provide protection against buffer overflow attacks. These features include prevention of execution in memory data space, and special handling of text buffers.
Rationale:
Enabling any feature that can protect against buffer overflow attacks enhances the security of the system.
Solution
Add the following line to the /etc/sysctl.conf file.
kernel.exec-shield = 1
Default Value:
OS Default: Yes