This fixes permission for the weldr sockets: allow users in group `weldr` to access them, but nobody else. Also add this group to the sysusers file. Fixes #646
11 lines
207 B
SYSTEMD
11 lines
207 B
SYSTEMD
[Unit]
|
|
Description=OSBuild Composer API sockets
|
|
|
|
[Socket]
|
|
ListenStream=/run/weldr/api.socket
|
|
ListenStream=/run/osbuild-composer/job.socket
|
|
SocketGroup=weldr
|
|
SocketMode=660
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|