Deployment of Interface XML's onto Target Machine

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Fri Nov 3 21:12:20 UTC 2023


On Fri, 3 Nov 2023 16:45:22 +0000 (UTC), Cam Brown wrote:

> My team is developing D-Bus interfaces for various modules in our
> current project.  We are concerned with the question of deploying the
> interface XML's into the OS in which the modules are running. Are
> there any benefits in deploying the XML's into the filesystem if the
> D-Bus wrappers we are using have already consumed them?  We
> understand that there are potential security risks in doing so.

Think about what the XML is for: it’s for implementing the
introspection interface. Why do you need to do that? It’s so that users
can dynamically discover the functionality of your app via scripting
languages. If this is not a use-case for your app, why are you using
D-Bus at all?


More information about the dbus mailing list