From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Cc: Norbert Lange <nolange79@gmail.com>,
"Yann E. MORIN" <yann.morin.1998@free.fr>,
Sen Hastings <sen@phobosdpl.com>
Subject: [Buildroot] [PATCH] package/udev: move back sgx group from systemd
Date: Thu, 11 Jan 2024 09:48:54 +0100 [thread overview]
Message-ID: <20240111084855.2180761-1-peter@korsgaard.com> (raw)
Commit 6d163e12a4784580 (package/udev: move render and sgx to
package/systemd) moved the sgx group creation to the systemd package because
eudev at that time did not reference it. This changed in eudev 3.1.12 with
commit a8ffcd1b985fb4 (rules/50-udev-default.rules: fix issue 160) so move
it back to get rid of a warning from udevd:
udevd[303]: specified group 'sgx' unknown
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/systemd/systemd.mk | 1 -
package/udev/udev.mk | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 4746bda904..d371233cfe 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -639,7 +639,6 @@ endef
define SYSTEMD_USERS
# udev user groups
- - render -1 * - - - DRI rendering nodes
- - - sgx -1 * - - - SGX device nodes
# systemd user groups
- - systemd-journal -1 * - - - Journal
$(SYSTEMD_REMOTE_USER)
diff --git a/package/udev/udev.mk b/package/udev/udev.mk
index d70d13ebb3..21c1a71f5a 100644
--- a/package/udev/udev.mk
+++ b/package/udev/udev.mk
@@ -8,6 +8,7 @@
define UDEV_USERS
- - input -1 * - - - Input device group
- - kvm -1 * - - - kvm nodes
+ - - sgx -1 * - - - SGX device nodes
endef
$(eval $(virtual-package))
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-01-11 8:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 8:48 Peter Korsgaard [this message]
2024-01-13 20:21 ` [Buildroot] [PATCH] package/udev: move back sgx group from systemd Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240111084855.2180761-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=nolange79@gmail.com \
--cc=sen@phobosdpl.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.