summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-08-09 12:58:56 +0000
committerkwm <kwm@FreeBSD.org>2015-08-09 12:58:56 +0000
commitaeb66ad891a24e3621c62151744bb007915b23d2 (patch)
tree4a2c5c0da7642764f0c370978457eaa2d085928f /etc
parentcab733fc814b9944c96adae20de63db13f84b4d7 (diff)
downloadFreeBSD-src-aeb66ad891a24e3621c62151744bb007915b23d2.zip
FreeBSD-src-aeb66ad891a24e3621c62151744bb007915b23d2.tar.gz
Add a new group named 'video' with the id of 44. And make drm create
devices in /dev/dri/ with this new group. This will allow ports and users to more easily access to these devices for OpenGL and OpenCL support. Reviewed by: dumbbell@ Approved by: dumbbell@ Differential Revision: https://reviews.freebsd.org/D1260
Diffstat (limited to 'etc')
-rw-r--r--etc/group1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index 5918ac1..ae013e8 100644
--- a/etc/group
+++ b/etc/group
@@ -17,6 +17,7 @@ sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:
+video:*:44:
bind:*:53:
unbound:*:59:
proxy:*:62:
OpenPOWER on IntegriCloud