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 breun
Recipients breun
Date 2011-04-23.23:39:44
SpamBayes Score 0.0020250164
Marked as misclassified No
Message-id <1303601985.39.0.925824346967.issue11912@psf.upfronthosting.co.za>
In-reply-to
Content
When I try to run iotop [0] on CentOS 5.6 on a kernel with grsecurity [1] then iotop won't start because grsecurity is blocking Python because of its use of the mprotect() system call.

Please see http://www.atomicorp.com/wiki/index.php/ASL_FAQ#grsec:_denied_RWX_mprotect for more information. The authors of this hardened Linux kernel suggested to file a bug with Python because using mprotect() is apparently a very bad thing to do.

[0] http://guichaz.free.fr/iotop/
[1] http://grsecurity.net/
History
Date User Action Args
2011-04-23 23:39:45breunsetrecipients: + breun
2011-04-23 23:39:45breunsetmessageid: <1303601985.39.0.925824346967.issue11912@psf.upfronthosting.co.za>
2011-04-23 23:39:44breunlinkissue11912 messages
2011-04-23 23:39:44breuncreate