For the CUPS Snap (“cups”) I need two further interface auto-connections:
"cups-control" to "cups:admin"
After applying the new security concept of allowing client Snaps only to do administrative tasks on CUPS if they plug CUPS “admin” slot with their “cups-control” plug also the tools which come with the CUPS Snap suffer this restriction, like the lpadmin
and the cups-browsed
. To make them work one needs to make the CUPS Snap bite in its own tail via
sudo snap connect cups:cups-control cups:admin
Can this be made automatic?
"network-manager-observe"
cups-browsed
communicates with Network Manager to get note of changes of the host name of the machine it is running on. Therefore it needs this interface.
Could this also be automatically connected?
Thanks in advance
Till