diff options
author | Daniel Mack <daniel@zonque.org> | 2014-11-13 11:59:29 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2014-11-13 20:41:51 +0100 |
commit | c1ec25a0634bba8ef82b69ac603597d4749baf9d (patch) | |
tree | 38a96ae7bbc6df30119f1d57b19f325d89fbda58 /src/bus-proxyd/bus-proxyd.c | |
parent | adeba5008eac3105ae59256dedd087ebe006a9e6 (diff) |
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.
Diffstat (limited to 'src/bus-proxyd/bus-proxyd.c')
-rw-r--r-- | src/bus-proxyd/bus-proxyd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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")) { |