On Thu, May 7, 2015 at 11:44 AM, Simon McVittie < [email protected]> wrote:
> On 07/05/15 10:30, Martin Vogt wrote: > > I try to give any user rw permissions on /dev/nvidia*. > > > > Usually this is done by adding the user to group "video", but > > here the group is configured on NIS and I cannot change it. > > On a modern Linux system you should instead be able to tag those devices > as user-accessible, as is done for the analogous nodes in the > open-source video drivers in /lib/udev/rules.d/70-uaccess.rules: > > SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess" > > which results in the logged-in users (according to systemd-logind) > getting device access via ACLs: > Thanks, it works on local login, but how do I do it with ssh? http://lists.freedesktop.org/archives/consolekit/2010-February.txt
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
