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)
commit49d4b1eecfefded66fd48a992633958da30035d7
tree2dec4b8d4b6d958c462eb68ef737a894e49b1fe4
parent5f68e74b6a795c5e3e1a6b3be3db85dfcd6b68c2
bus-proxy: drop broken access check in driver

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.
src/bus-proxyd/bus-proxyd.c