Comment 6 for bug 1306769

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Is this actually an issue for confined apps? Mirco and I looked at this before and I thought there was a separate DBus API for snap decisions. Apps aren't allowed to use snap decisions IIRC, but may use the push-notification-client policy group:

# Description: Can use push notifications as a client
# Usage: common

dbus (receive, send)
     bus=session
     interface=com.ubuntu.PushNotifications
     path=/com/ubuntu/PushNotifications/@{APP_PKGNAME_DBUS}{,/**},

dbus (receive, send)
     bus=session
     interface=com.ubuntu.Postal
     path=/com/ubuntu/Postal/@{APP_PKGNAME_DBUS}{,/**},

Are snap decisions somehow following under the above paths/interfaces?