[ Kris Kennaway <[EMAIL PROTECTED]> ]
> Sebastian 'lunar' Wiesner wrote:
>>
>> Illustrates, how to use socket credentials without sendmsg/recvmsg and so
>> without any need for patching.
>>
> Thanks to both you and Paul for your suggestions. For the record, the
> URL above is linux-specific,
Sebastian 'lunar' Wiesner wrote:
[ Kris Kennaway <[EMAIL PROTECTED]> ]
I want to make use of UNIX credential passing on a local domain socket
to verify the identity of a user connecting to a privileged service.
However it looks like the socket module doesn't implement
sendmsg/recvmsg wrappers,
[ Kris Kennaway <[EMAIL PROTECTED]> ]
> I want to make use of UNIX credential passing on a local domain socket
> to verify the identity of a user connecting to a privileged service.
> However it looks like the socket module doesn't implement
> sendmsg/recvmsg wrappers, and I can't find another mod
Kris Kennaway <[EMAIL PROTECTED]> writes:
> I want to make use of UNIX credential passing on a local domain socket
> to verify the identity of a user connecting to a privileged
> service. However it looks like the socket module doesn't implement
> sendmsg/recvmsg wrappers, and I can't find another