Skip to content

Commit

Permalink
private-etc: add pipewire dir to @Sound group
Browse files Browse the repository at this point in the history
The `@sound` group currently only contains paths related to alsa and
pulseaudio.

This amends commit 02d3768 ("private-etc rework: file groups moved to
src/include/etc_groups.h, new groups added", 2023-01-25).

Relates to #5610 #6400.
  • Loading branch information
kmk3 committed Jul 7, 2024
1 parent b69b336 commit 81c1c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/etc_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static char *etc_group_sound[] = {
"alsa",
"asound.conf",
"machine-id", // required by PulseAudio
"pipewire",
"pulse",
NULL
};
Expand Down

0 comments on commit 81c1c40

Please sign in to comment.