chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:01:47 +0000 (10:01 +0100)
commite5c97b472e43d1a49823df23a1d327aa1c351fcf
tree91892ae878e7c0ec5611fc6e03fa9d14bc06fc4c
parentfa589741cc3a2d7d81460230b6ecd6ea15ba711f
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/libelogind/sd-bus/bus-socket.c