[systemd-bugs] [Bug 66861] Permission denied for regular user not in group "audio" to access /dev/snd/seq
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 12 12:05:33 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66861
--- Comment #7 from Alain Kalker <a.c.kalker at gmail.com> ---
One interesting thing found:
$ getfacl /dev/snd/{seq,timer}
getfacl: Removing leading '/' from absolute path names
# file: dev/snd/seq
# owner: root
# group: audio
user::rw-
group::rw-
other::---
# file: dev/snd/timer
# owner: root
# group: audio
user::rw-
user:miki:rw-
group::rw-
mask::rw-
other::---
Yup, that supports my suspicion: the 'timer' device has an entry in /sys, and
so it gets the right ACL set. 'seq' has no entry in /sys, and doesn't get right
ACL set. Bummer.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130712/ce22d115/attachment.html>
More information about the systemd-bugs
mailing list