Skip to content

Commit

Permalink
Merge PR #9: PA recommends users *not* to be in the audio group, so a…
Browse files Browse the repository at this point in the history
…llow everyone to use these devices
  • Loading branch information
davidebeatrici authored Aug 24, 2022
2 parents 6a2581b + 9555fed commit 51381ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions 98-osscuse.rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Since these devices are not part of 'sound' subsystem the group is forced
# to audio by name
# Allow everyone to use these devices
# /dev/cuse can stay mode 0660 root:root since osspd is run as root
# and drops privileges to user level when opened by user
KERNEL=="dsp", GROUP="audio"
KERNEL=="mixer", GROUP="audio"
KERNEL=="adsp", GROUP="audio"
KERNEL=="dsp", SUBSYSTEM=="cuse", MODE="0666"
KERNEL=="mixer", SUBSYSTEM=="cuse", MODE="0666"
KERNEL=="adsp", SUBSYSTEM=="cuse", MODE="0666"

0 comments on commit 51381ac

Please sign in to comment.