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:
parent
c7bb76c12e
commit
2244ff0314
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ RestartSec=5s
|
||||||
|
|
||||||
# Runtime directory for socket
|
# Runtime directory for socket
|
||||||
RuntimeDirectory=pulse-temp-proxy
|
RuntimeDirectory=pulse-temp-proxy
|
||||||
RuntimeDirectoryMode=0770
|
RuntimeDirectoryMode=0775
|
||||||
|
|
||||||
# Security hardening
|
# Security hardening
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue