module-protocol-native: add module argument 'sockets'

Add module argument 'sockets' for creating multiple sockets clients can
connect to.

Also allow setting socket file permissions.
This commit is contained in:
Pauli Virtanen 2023-10-07 12:21:20 +03:00
parent 7a0b400c18
commit 72462ebd07
5 changed files with 229 additions and 11 deletions

View file

@ -42,6 +42,10 @@ option('systemd-user-service',
description: 'Install systemd user service file (ignored without systemd)',
type: 'feature',
value: 'enabled')
option('selinux',
description: 'Enable SELinux integration',
type: 'feature',
value: 'auto')
option('pipewire-alsa',
description: 'Enable pipewire-alsa integration',
type: 'feature',