summaryrefslogtreecommitdiff
path: root/open_issues/pflocal_socket_credentials_for_local_sockets.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/pflocal_socket_credentials_for_local_sockets.mdwn')
-rw-r--r--open_issues/pflocal_socket_credentials_for_local_sockets.mdwn26
1 files changed, 23 insertions, 3 deletions
diff --git a/open_issues/pflocal_socket_credentials_for_local_sockets.mdwn b/open_issues/pflocal_socket_credentials_for_local_sockets.mdwn
index dfdc213c..d252eb54 100644
--- a/open_issues/pflocal_socket_credentials_for_local_sockets.mdwn
+++ b/open_issues/pflocal_socket_credentials_for_local_sockets.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -8,10 +8,11 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-IRC, freenode, #hurd, 2011-03-28
-
[[!tag open_issue_hurd]]
+
+# IRC, freenode, #hurd, 2011-03-28
+
<pinotree> basically, i'm trying to implement socket credentials for local
sockets, and i guessed doing it in pflocal would be the appropriate place
<pinotree> what i thought was filling the cmsg data for MSG_CRED at
@@ -41,6 +42,25 @@ IRC, freenode, #hurd, 2011-03-28
<youpi> yes
<pinotree> nice thanks, i will try that change first
+
+# IRC, OFTC, #debian-hurd, 2013-02-20
+
+ <pinotree> youpi: while debugging #700530, it seems that xorg does not have
+ working socket credentials on kfreebsd (and hurd too)
+ <pinotree> julien provided sune with
+ http://people.debian.org/~jcristau/kbsd-peercred.diff to test, but of
+ course that won't work for us (even if we would have working socket
+ credentials with cmsg)
+ <pinotree> (that patch is not tested yet)
+ <pinotree> at least, we're aware there's another place in need for working
+ socket credentials now
+ <youpi> k
+ <pinotree> youpi: (the patch above has been confirmed to work, with
+ s/SOL_SOCKET/0/ )
+ <youpi> 0 ?!
+ <pinotree> yeah
+
+
---
See also [[pflocal_reauth]] and [[sendmsg_scm_creds]].