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, neologix, pitrou
Date 2011-04-24.00:00:35
SpamBayes Score 0.010216322
Marked as misclassified No
Message-id <1303603237.66.0.049041899254.issue11912@psf.upfronthosting.co.za>
In-reply-to
Content
I got this error message in /var/log/messages when trying to start iotop:

----
Apr 13 08:49:37 hostname kernel: grsec: From xxx.xxx.xxx.xxx: denied RWX mprotect of /lib64/ld-2.5.so by /usr/bin/iotop[iotop:9836] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[bash:9351] uid/euid:0/0 gid/egid:0/0
Apr 13 08:49:37 hostname kernel: iotop[9836]: segfault at 6248c405dda0 ip 00006248c3e489ec sp 00007fffa52e8410 error 7 in ld-2.5.so[6248c3e42000+1c000]
----

/usr/bin/iotop is a Python script and according to that log message grsecurity detected a call to mprotect().
History
Date User Action Args
2011-04-24 00:00:39breunsetrecipients: + breun, pitrou, neologix
2011-04-24 00:00:37breunsetmessageid: <1303603237.66.0.049041899254.issue11912@psf.upfronthosting.co.za>
2011-04-24 00:00:35breunlinkissue11912 messages
2011-04-24 00:00:35breuncreate