From 72c3897f77a7352618ea76b880a6764f52d6327b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Feb 2015 17:26:40 +0100 Subject: [PATCH] machined: actually open up methods to unprivileged clients on dbus1 Many of machined's operations are now opened up to unprivileged clients via PolicyKit. Open up the dbus policy so that we can actually make these calls. kdbus doesn't reuqire this, hence this wasn't noticed before. --- src/machine/org.freedesktop.machine1.conf | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/src/machine/org.freedesktop.machine1.conf b/src/machine/org.freedesktop.machine1.conf index 37f84bd6f..0e9993348 100644 --- a/src/machine/org.freedesktop.machine1.conf +++ b/src/machine/org.freedesktop.machine1.conf @@ -68,6 +68,42 @@ send_interface="org.freedesktop.machine1.Manager" send_member="OpenMachineLogin"/> + + + + + + + + + + + + + + + + + + @@ -80,6 +116,42 @@ send_interface="org.freedesktop.machine1.Machine" send_member="OpenLogin"/> + + + + + + + + + + + + + + + + + + -- 2.30.2