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 christian.heimes
Recipients christian.heimes
Date 2016-05-02.14:29:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462199363.91.0.625327027717.issue26907@psf.upfronthosting.co.za>
In-reply-to
Content
The socket doesn't expose some constants for getsockopt() and setsockopt():

Get domain and protocol from socket fd
SO_DOMAIN
SO_PROTOCOL

enable/disable passing of credentials
SO_PASSCRED

get security context (SELinux context)
SO_PEERSEC

enable/disable passing of security context
SO_PASSSEC
History
Date User Action Args
2016-05-02 14:29:23christian.heimessetrecipients: + christian.heimes
2016-05-02 14:29:23christian.heimessetmessageid: <1462199363.91.0.625327027717.issue26907@psf.upfronthosting.co.za>
2016-05-02 14:29:23christian.heimeslinkissue26907 messages
2016-05-02 14:29:23christian.heimescreate