aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-07-07 01:54:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-07-07 02:19:13 -0300
commit81c1c40df91d4f1125307bffee41651f52c0fd61 (patch)
treea16e3caa68a7bf9b632c8b72315638f529e760ec
parentbuild(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1 (diff)
downloadfirejail-81c1c40df91d4f1125307bffee41651f52c0fd61.tar.gz
firejail-81c1c40df91d4f1125307bffee41651f52c0fd61.tar.zst
firejail-81c1c40df91d4f1125307bffee41651f52c0fd61.zip
private-etc: add pipewire dir to @sound group
The `@sound` group currently only contains paths related to alsa and pulseaudio. This amends commit 02d37680c ("private-etc rework: file groups moved to src/include/etc_groups.h, new groups added", 2023-01-25). Relates to #5610 #6400.
-rw-r--r--src/include/etc_groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index 359dd5656..491dc18c8 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -70,6 +70,7 @@ static char *etc_group_sound[] = {
70 "alsa", 70 "alsa",
71 "asound.conf", 71 "asound.conf",
72 "machine-id", // required by PulseAudio 72 "machine-id", // required by PulseAudio
73 "pipewire",
73 "pulse", 74 "pulse",
74 NULL 75 NULL
75}; 76};