=== modified file 'mandos-ctl' --- mandos-ctl 2020-01-12 01:42:09 +0000 +++ mandos-ctl 2020-01-12 01:44:43 +0000 @@ -497,6 +497,11 @@ self.properties_iface, interface, key, value) + def call_method(self, methodname, busname, objectpath, + interface, *args): + raise NotImplementedError() + + class MandosBus(SystemBus): busname_domain = "se.recompile" busname = busname_domain + ".Mandos"