]> git.alsa-project.org Git - alsa-lib.git/commit
aserver: add 'gid' config item to set IPC SHM group ID HEAD master
authorJaroslav Kysela <perex@perex.cz>
Wed, 29 Jul 2026 09:19:01 +0000 (11:19 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 29 Jul 2026 09:53:45 +0000 (11:53 +0200)
commit2f2a48f9a14f1ef5b2f89ee8dd867696d4d2370d
treeba257c9ad40a910349193d463a14ce734c8d36f8
parent4011688eca48909dd2b8385be55fad3314f1546a
aserver: add 'gid' config item to set IPC SHM group ID

The default permissions 0666 are too open. Change default permissions
to 0660 and allow specifying a GID in the server configuration.

The group can be specified as a numeric GID or a group name via a
'gid' item in the server's config block, falling back to the 'audio'
group when not specified.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aserver/aserver.c