[systemd-devel] Add User to group "video"

Martin Vogt mvogt1 at gmail.com
Thu May 7 04:19:35 PDT 2015


On Thu, May 7, 2015 at 11:44 AM, Simon McVittie <
simon.mcvittie at collabora.co.uk> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20150507/7040bde7/attachment.html>


More information about the systemd-devel mailing list