[Bug 12999] Should implement others socket access control in stream tubes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 6 14:39:01 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=12999

--- Comment #1 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2010-09-06 05:39:01 PDT ---
Looking at tube-stream.c in Gabble, we actually implement:

Socket_Address_Type_Unix: 
              [Socket_Access_Control_Localhost,
Socket_Access_Control_Credentials]

Socket_Address_Type_IPv4:
              [Socket_Access_Control_Localhost, Socket_Access_Control_Port]

Socket_Address_Type_IPv4:
              [Socket_Access_Control_Localhost, Socket_Access_Control_Port]

Netmask has been deprecated since 0.17.25 and Credentials only make sense for
Unix sockets.
So the only one we miss is:

Socket_Address_Type_Abstract_Unix: 
              [Socket_Access_Control_Localhost,
Socket_Access_Control_Credentials]

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list