fix: Change RuntimeDirectoryMode to 0775 for container access

The pulse user in the container (UID 1001) needs to access the
/run/pulse-temp-proxy directory owned by root:root. Changed from
0770 (owner+group only) to 0775 (add world read+execute) so the
pulse user can access the socket.

Related to #528
This commit is contained in:
rcourtman 2025-10-12 22:39:18 +00:00
parent c7bb76c12e
commit 2244ff0314

View file

@ -155,7 +155,7 @@ RestartSec=5s
# Runtime directory for socket
RuntimeDirectory=pulse-temp-proxy
RuntimeDirectoryMode=0770
RuntimeDirectoryMode=0775
# Security hardening
NoNewPrivileges=true