<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Permission denied for regular user not in group "audio" to access /dev/snd/seq"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66861#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Permission denied for regular user not in group "audio" to access /dev/snd/seq"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66861">bug 66861</a>
              from <span class="vcard"><a class="email" href="mailto:a.c.kalker@gmail.com" title="Alain Kalker <a.c.kalker@gmail.com>"> <span class="fn">Alain Kalker</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>