finish up changelog for release
[osspd.git] / debian / patches / 0003-PA-recommends-users-not-to-be-in-the-audio-group-so-.patch
1 From: Ralf Jung <post@ralfj.de>
2 Date: Thu, 13 Sep 2012 19:13:25 +0200
3 Subject: PA recommends users *not* to be in the audio group,
4  so allow everyone to use these devices
5
6 Forwarded: not-needed
7 ---
8  98-osscuse.rules | 9 ++++-----
9  1 file changed, 4 insertions(+), 5 deletions(-)
10
11 diff --git a/98-osscuse.rules b/98-osscuse.rules
12 index c1430fd..9b40bec 100644
13 --- a/98-osscuse.rules
14 +++ b/98-osscuse.rules
15 @@ -1,7 +1,6 @@
16 -# Since these devices are not part of 'sound' subsystem the group is forced
17 -# to audio by name
18 +# Allow everyone to use these devices
19  # /dev/cuse can stay  mode 0660 root:root since osspd is run as root
20  # and drops privileges to user level when opened by user
21 -KERNEL=="dsp", GROUP="audio"
22 -KERNEL=="mixer", GROUP="audio"
23 -KERNEL=="adsp", GROUP="audio"
24 +KERNEL=="dsp", SUBSYSTEM=="cuse", MODE="0666"
25 +KERNEL=="mixer", SUBSYSTEM=="cuse", MODE="0666"
26 +KERNEL=="adsp", SUBSYSTEM=="cuse", MODE="0666"