Pelagicore / meta-pelux

PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
https://pelux.io
MIT License
39 stars 28 forks source link

pulseaudio: allow anonymous access for UNIX clients #342

Closed sashko closed 5 years ago

sashko commented 5 years ago

PELUX does not use the user level account and uses pulse level system level. However, when using system level, a client can not access it due to the permission problem for unix socket.

Allow anonymous access for local clients.

Signed-off-by: Oleksandr Kravchuk oleksandr.kravchuk@pelagicore.com