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: how to turn off PIE on Fedora?


On Fri, 2003-12-12 at 21:22, Per Bothner wrote:

> This presumably is because of PIE "position independent
> executables", which is supoosed to increase security.  Fine -
> but how can I turn it off for development builds?
> 
Add this to /etc/rc.local

echo 0 > /proc/sys/kernel/exec-shield


Diego.


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