chiark / gitweb /
bus-proxyd: temporarily disable policy checks again
authorDaniel Mack <daniel@zonque.org>
Thu, 13 Nov 2014 10:59:29 +0000 (11:59 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 13 Nov 2014 19:41:51 +0000 (20:41 +0100)
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

index d6607edfd6513ed10852a0789ed02684a8a1316f..cbbafcf12e09145e30d3650b433b615c77ac304c 100644 (file)
@@ -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")) {