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 goderbauer
Recipients goderbauer
Date 2012-01-12.18:16:30
SpamBayes Score 0.0009860544
Marked as misclassified No
Message-id <1326392192.39.0.824287439397.issue13777@psf.upfronthosting.co.za>
In-reply-to
Content
Mac OS X provides a socket-based API to communicate with Kernel Extensions (KEXTs) called "KEXT Controls". For this, Mac OS X defines PF_SYSTEM as a new socket domain which supports the SYSPROTO_CONTROL protocol.

Right now the PF_SYSTEM domain and the SYSPROTO_CONTROL protocol are not supported by Python's socket module. I am attaching a patch that introduces support for both.

More information on KEXT Controls can be found here:
http://developer.apple.com/library/mac/documentation/Darwin/Conceptual/NKEConceptual/control/control.html
History
Date User Action Args
2012-01-12 18:16:33goderbauersetrecipients: + goderbauer
2012-01-12 18:16:32goderbauersetmessageid: <1326392192.39.0.824287439397.issue13777@psf.upfronthosting.co.za>
2012-01-12 18:16:31goderbauerlinkissue13777 messages
2012-01-12 18:16:31goderbauercreate