Jeffrey Walton added the comment:

> $ checksec.sh --file ./python
> RELRO           STACK CANARY      NX            PIE             RPATH      
> RUNPATH      FILE
> Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No 
> RUNPATH   ./python

Here's what a standard Python build looks like (without the platform security 
integrations):

$ checksec.sh --file ./python
RELRO           STACK CANARY      NX            PIE             RPATH      
RUNPATH      FILE
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No 
RUNPATH   ./python

I believe the NX stack is coming Debian's hardening  for amd64's 
(https://wiki.debian.org/Hardening).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to