[issue20949] Missing platform security integrations

Jeffrey Walton report at bugs.python.org
Sun Mar 16 21:05:42 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20949>
_______________________________________


More information about the Python-bugs-list mailing list