[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
Tue Jul 16 16:45:35 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66861
Kay Sievers <kay at vrfy.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #12 from Kay Sievers <kay at vrfy.org> ---
(In reply to comment #11)
> I don't know if it is due to the "static_node" stuff or if the kernel really
> does create /dev/snd/seq even before the snd_seq kernel module is loaded,
Right, it's udev, not the kernel. And things work as expected. It's just
unfortunate, that it does not work for ordinary users who log in. All other
use cases for on-demand module-loading are covered, needed, and will work
fine.
> instead of:
>
> "/dev/snd/seq: Permission denied"
Hmm, that's pretty actionable, isn't it?
It tells you that you don't have the permission to open the node. Just
throwing a 'sudo' in front, which gets the permissions, would have made
everything work.
Btw, future versions of systemd will also handle logged-in users ACLs:
http://cgit.freedesktop.org/systemd/systemd/commit/?id=6b78df0a6ec75f25705a0f78ef895b95ab75a7ea
Thanks!
--
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/20130716/856376da/attachment.html>
More information about the systemd-bugs
mailing list