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 agoode
Recipients agoode, theller
Date 2009-05-04.22:22:41
SpamBayes Score 0.0030935677
Marked as misclassified No
Message-id <1241475762.81.0.481655350341.issue5504@psf.upfronthosting.co.za>
In-reply-to
Content
Currently there is an issue where allow_execstack implies allow_execmem.
Even though allow_execmem is default to off, allow_execstack is default
to on. If this issue is fixed, or if the administrator sets
allow_execstack to off, ctypes will fail.

Try this as root, then repeat your test:
semanage boolean -m --off allow_execstack
History
Date User Action Args
2009-05-04 22:22:43agoodesetrecipients: + agoode, theller
2009-05-04 22:22:42agoodesetmessageid: <1241475762.81.0.481655350341.issue5504@psf.upfronthosting.co.za>
2009-05-04 22:22:41agoodelinkissue5504 messages
2009-05-04 22:22:41agoodecreate