Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140901316
D1260.id6238.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1260.id6238.diff
View Options
Index: UPDATING
===================================================================
--- UPDATING
+++ UPDATING
@@ -31,6 +31,10 @@
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150616:
+ The default group assigned to /dev/dri entries has been changed
+ from 'wheel' to 'video' with the id of '44'.
+
20150615:
The fix for the issue described in the 20150614 sendmail entry
below has been been committed in revision 284436. The work
Index: etc/group
===================================================================
--- etc/group
+++ etc/group
@@ -17,6 +17,7 @@
smmsp:*:25:
mailnull:*:26:
guest:*:31:
+video:*:44:
bind:*:53:
unbound:*:59:
proxy:*:62:
Index: sys/dev/drm/drmP.h
===================================================================
--- sys/dev/drm/drmP.h
+++ sys/dev/drm/drmP.h
@@ -175,7 +175,7 @@
#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
#define DRM_DEV_UID 0
-#define DRM_DEV_GID 0
+#define DRM_DEV_GID 44 /* "video" group */
#define wait_queue_head_t atomic_t
#define DRM_WAKEUP(w) wakeup((void *)w)
Index: sys/dev/drm2/drmP.h
===================================================================
--- sys/dev/drm2/drmP.h
+++ sys/dev/drm2/drmP.h
@@ -1593,7 +1593,7 @@
#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
#define DRM_DEV_UID 0
-#define DRM_DEV_GID 0
+#define DRM_DEV_GID 44 /* "video" group */
#define DRM_WAKEUP(w) wakeup((void *)w)
#define DRM_WAKEUP_INT(w) wakeup(w)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 10:24 AM (15 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27381454
Default Alt Text
D1260.id6238.diff (1 KB)
Attached To
Mode
D1260: Add video user for drm devices
Attached
Detach File
Event Timeline
Log In to Comment