=== modified file 'mandos-ctl' --- mandos-ctl 2019-03-09 18:53:46 +0000 +++ mandos-ctl 2019-03-09 23:55:43 +0000 @@ -438,12 +438,7 @@ sys.exit(0) sys.exit(1) def is_enabled(self, client, properties): - log.debug("D-Bus: %s:%s:%s.Get(%r, %r)", busname, - client.__dbus_object_path__, - dbus.PROPERTIES_IFACE, client_interface, - "Enabled") - return bool(client.Get(client_interface, "Enabled", - dbus_interface=dbus.PROPERTIES_IFACE)) + return properties["Enabled"] class RemoveCmd(Command): def run_on_one_client(self, client, properties):