This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jeffrey.Walton
Recipients Jeffrey.Walton
Date 2014-03-16.20:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395000342.58.0.628537299411.issue20949@psf.upfronthosting.co.za>
In-reply-to
Content
> $ 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).
History
Date User Action Args
2014-03-16 20:05:42Jeffrey.Waltonsetrecipients: + Jeffrey.Walton
2014-03-16 20:05:42Jeffrey.Waltonsetmessageid: <1395000342.58.0.628537299411.issue20949@psf.upfronthosting.co.za>
2014-03-16 20:05:42Jeffrey.Waltonlinkissue20949 messages
2014-03-16 20:05:42Jeffrey.Waltoncreate