]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-bus/bus-socket.c
sd-bus: do not use per-datagram auxiliary information
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 6 Jun 2015 22:59:27 +0000 (18:59 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 10 Jun 2015 13:03:57 +0000 (09:03 -0400)
commitd868f2a3a1cc97b1e081b7692e80a1182efccda4
treeb988f9b642172dc35b0323472f2090ceb1c74cf9
parent236f83afa935d6e07fcd5c17b5db7b1cf424267a
sd-bus: do not use per-datagram auxiliary information

SELinux information cannot be retrieved this way, since we are
using stream unix sockets and SCM_SECURITY does not work for
them.

SCM_CREDENTIALS use dropped to be consistent. We also should
get this information at connection time.

https://bugzilla.redhat.com/show_bug.cgi?id=1224211
"SCM_SECURITY was only added for datagram sockets."
src/libsystemd/sd-bus/bus-socket.c