<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 7, 2015 at 11:44 AM, Simon McVittie <span dir="ltr"><<a href="mailto:simon.mcvittie@collabora.co.uk" target="_blank">simon.mcvittie@collabora.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 07/05/15 10:30, Martin Vogt wrote:<br>
> I try to give any user rw permissions on /dev/nvidia*.<br>
><br>
> Usually this is done by adding the user to group "video", but<br>
> here the group is configured on NIS and I cannot change it.<br>
<br>
</span>On a modern Linux system you should instead be able to tag those devices<br>
as user-accessible, as is done for the analogous nodes in the<br>
open-source video drivers in /lib/udev/rules.d/70-uaccess.rules:<br>
<br>
SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess"<br>
<br>
which results in the logged-in users (according to systemd-logind)<br>
getting device access via ACLs:<br></blockquote><div><br></div><div>Thanks, it works on local login, but how do I do it with ssh?<br><br><a href="http://lists.freedesktop.org/archives/consolekit/2010-February.txt">http://lists.freedesktop.org/archives/consolekit/2010-February.txt</a><br></div><div> <br></div></div><br></div></div>