package/eudev: add missing user/groups "kvm" and "render"

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>
This commit is contained in:
Carlos Santos 2019-09-15 09:32:30 -03:00 committed by Thomas Petazzoni
parent dcbebb64e4
commit 0aa6634318
1 changed files with 2 additions and 0 deletions

View File

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