chiark / gitweb /
bus-proxy: drop broken access check in driver
authorLennart Poettering <lennart@poettering.net>
Fri, 14 Nov 2014 17:47:54 +0000 (18:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Nov 2014 17:47:59 +0000 (18:47 +0100)
The access check call was broken (as it tried to read a service name
from the UpdateActivationEnvironment() method call which doesn't carry
any). Also, it's unnecessary to make any access checks here, as we just
forward the call to PID 1 which should do the access checks necessary.


No differences found