[Buildroot] [git commit branch/2019.05.x] package/eudev: add missing user/groups "kvm" and "render"

Peter Korsgaard peter at korsgaard.com
Wed Sep 25 19:48:13 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=9e41207d53999b0302645d3f934000f9103dc3c2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

They are required by the default udev rules.

Fixes: https://bugs.busybox.net/show_bug.cgi?id=12141

Signed-off-by: Carlos Santos <unixmania at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 0aa66343184676482b0d77446614e332ee5ccd99)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/eudev/eudev.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index d88e010c28..58a9590289 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -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))


More information about the buildroot mailing list