I had a quick first look at the integration found in YaST:Head:D-Installer/rubygem-d-installer labeled with version 0.4.2-2.5. The D-Bus interface looks pretty large and dynamic. Since this is for installing Linux onto the host the security posture for it probably will be different than for regular D-Bus services. The clients of this D-Bus service will have root-like power, if I am not mistaken, because they will be able to trigger the installation of the system. Am I correct in this? Apart from this first look I noticed a few other things: - the D-Bus XML configuration is installed into /etc/dbus-1/system.d/org.opensuse.DInstaller.conf, there is an effort to move all these configuration files to /usr/share/dbus-1/system.d instead. We should not add new packages with the old path in use. - the autostart of the D-Bus service does not seem to work. It is configured in /usr/share/dbus-1/system-services/org.opensuse.DInstaller.service and specifies "SystemdService=d-installer. When attempting to talk to the service without it already running I get the following error though: $ gdbus introspect -y -d org.opensuse.DInstaller -o /org/opensuse/DInstaller/Manager1 Error: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Unit name d-installer is not valid. After starting the service manually the introspection call works, though.