From c1ec25a0634bba8ef82b69ac603597d4749baf9d Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Thu, 13 Nov 2014 11:59:29 +0100 Subject: bus-proxyd: temporarily disable policy checks again There are issues to investigate on with policies shipped by some packages, which we'll address later. Move that topic out of the way for now to bring sd-bus in sync with upstream kdbus. --- src/bus-proxyd/bus-proxyd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bus-proxyd/bus-proxyd.c') diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index d6607edfd6..cbbafcf12e 100644 --- a/src/bus-proxyd/bus-proxyd.c +++ b/src/bus-proxyd/bus-proxyd.c @@ -1478,8 +1478,10 @@ int main(int argc, char *argv[]) { assert_se(sd_bus_creds_get_uid(bus_creds, &uid) == 0); +/* if (uid == 0 || uid != ucred.uid) p = &policy; +*/ /* We officially got EOF, let's quit */ if (sd_bus_message_is_signal(m, "org.freedesktop.DBus.Local", "Disconnected")) { -- cgit v1.2.3-54-g00ecf