All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/systemd: add the missing sgx group
@ 2022-04-20 13:55 TIAN Yuanhao
  2022-04-21 19:16 ` Yann E. MORIN
  2022-05-24  8:19 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: TIAN Yuanhao @ 2022-04-20 13:55 UTC (permalink / raw)
  To: buildroot; +Cc: TIAN Yuanhao, Norbert Lange, Yann E . MORIN

systemd-udevd needs this group:
  /usr/lib/udev/rules.d/50-udev-default.rules:43 Unknown group 'sgx', ignoring

Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
 package/systemd/systemd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index b07fac27d4..44185a35a0 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -603,6 +603,7 @@ endef
 
 define SYSTEMD_USERS
 	# udev user groups
+	- - sgx -1 * - - - SGX device nodes
 	# systemd user groups
 	- - systemd-journal -1 * - - - Journal
 	$(SYSTEMD_REMOTE_USER)
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-24  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 13:55 [Buildroot] [PATCH] package/systemd: add the missing sgx group TIAN Yuanhao
2022-04-21 19:16 ` Yann E. MORIN
2022-04-21 23:55   ` TIAN Yuanhao
2022-04-24 14:50     ` Yann E. MORIN
2022-05-24  8:19 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.