The socket files are created in /run/user_ext/UID/ directory. It is accessible
to the owner (UID) and system_share group.
Allowing full access to the socket files will make them accessible to members
of system_share group. This is needed to allow access from the context of
cynara service daemon.
Change-Id: I61ad34bca03a87dc317d04b0a704b1d3bf892c5d
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
[Socket]
ListenDatagram=/run/user_ext/%U/askuser-notification-datagram.socket
-SocketMode=0770
+SocketMode=0777
Service=askuser-notification.service
[Socket]
ListenStream=/run/user_ext/%U/askuser-notification-stream.socket
-SocketMode=0770
+SocketMode=0777
Service=askuser-notification.service