Access to the maas cli db (~/.maascli.db)

Hi,

I am working on a snap for a juju plugin (juju-bmc - https://snapcraft.io/juju-bmc) that requires access to the juju settings as well as maas settings. Currently the snap is using devmode, but I am trying to be able to use strict confinement.

I see that there is an interface for juju access (juju-client-observe => $HOME/.local/share/juju, https://snapcraft.io/docs/juju-client-observe-interface), but didn’t see one for maas. Is it possible to access $HOME/.maascli.db as well with strict confinement?

Thanks,

JG

take a look at the personal-files interfaces

Thanks @ogra, that did the trick (it does not auto-connect either, but I see that being the case due to security concern)

you can ask for auto-connection here in the forum in a store-request …