[Python-bugs-list] [ python-Feature Requests-814689 ] sendmsg operation for unix sockets

SourceForge.net noreply at sourceforge.net
Mon Oct 20 17:02:18 EDT 2003


Feature Requests item #814689, was opened at 2003-09-29 21:58
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=814689&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: paul rubin (phr)
Assigned to: Nobody/Anonymous (nobody)
Summary: sendmsg operation for unix sockets

Initial Comment:
The socket module doesn't seem to support the sendmsg 
operation for AF_UNIX sockets, at least in Python 2.2.2 
under Linux.  This is needed to send ancillary messages 
to sockets.  Those in turn allow a process to see the 
user id of its peer, allows sending file descriptors to 
other processes (needed for anything like User Mode 
Linux so that non-root processes can open privileged 
ports), and so forth.  

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-20 23:02

Message:
Logged In: YES 
user_id=21627

Would you like to work on a patch?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=814689&group_id=5470



More information about the Python-bugs-list mailing list