package/eudev: add missing user/groups "kvm" and "render"
authorCarlos Santos <unixmania@gmail.com>
Sun, 15 Sep 2019 12:32:30 +0000 (09:32 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Sep 2019 13:57:13 +0000 (15:57 +0200)
They are required by the default udev rules.

Fixes: https://bugs.busybox.net/show_bug.cgi?id=12141
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/eudev/eudev.mk

index 78d0ea670ed1f307921c7a6721730e1aaea84412..c5fbee8b9b550a5d2f9fba42b2080410dbda7dd1 100644 (file)
@@ -51,6 +51,8 @@ endef
 # Required by default rules for input devices
 define EUDEV_USERS
        - - input -1 * - - - Input device group
+       - - render -1 * - - - DRI rendering nodes
+       - - kvm -1 * - - - kvm nodes
 endef
 
 $(eval $(autotools-package))