This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCH and exec-shield...


David Daney <ddaney@avtrex.com> writes:

> It was pointed out to me that putting the following in my
> /etc/sysctl.conf file would fix the problems:
> 
> # Turning off exec shield.
> kernel.exec-shield = 0
> kernel.exec-shield-randomize = 0

Using the gcc PCH testsuite, I just confirmed that, as expected, you
only need to set kernel.exec-shield-randomize to 0 to get the tests to
pass.  The value of kernel.exec-shield is not relevant.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]