> > But nigther user of seat0 nor user of seat1 can access it even another<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>

> > user is not working with it, even no user is logged on anothe seat.<br></div></blockquote></div><br>I made more testing and found, that /dev/snd/seq is accessible for any user, logged in on the seat0, but not to one logged on the seat1.<br>

<br>After reading login_acl.c, seems, the reason is the /dev/snd/seq device has 'uaccess' tag, but do not have 'ID_SEAT' property. So logind assumes this device belongs to seat0.<br><br>I think logind should treat such device as shared and accessible with all seats. My idea is to treat all devices with 'uaccess' tag but without 'seat' tag as shared.<br>

<br>Lennart, what is your opinion on this? If nobody is opposite, this Saturday I could try to fix it in login_acl and to prepare a patch.<br>