From: Lennart Poettering Date: Fri, 14 Nov 2014 17:47:54 +0000 (+0100) Subject: bus-proxy: drop broken access check in driver X-Git-Tag: v218~435 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=49d4b1eecfefded66fd48a992633958da30035d7;hp=49d4b1eecfefded66fd48a992633958da30035d7;p=elogind.git 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. ---