1From 9e57771d138ac423d5139b984b8c869122ce4976 Mon Sep 17 00:00:00 2001
2From: Alex Kiernan <alexk@zuma.ai>
3Date: Fri, 28 Jul 2023 10:28:57 +0100
4Subject: [PATCH] base-passwd: Add the sgx group
5
6To avoid errors from eudev/udev we need an sgx group, but if we add it
7via groupadd that causes shadow login to be brought into an image, which
8causes images which have CONFIG_MULTIUSER unset to fail with `setgid:
9Function not implemented` as shadow's login doesn't implement the
10heuristics which busybox has to handle this kernel configuration.
11
12Upstream-Status: Inappropriate [oe-specific]
13
14Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
15---
16 group.master | 1 +
17 1 file changed, 1 insertion(+)
18
19diff --git a/group.master b/group.master
20index d34d2b832d43..e54fd1d2c6dc 100644
21--- a/group.master
22+++ b/group.master
23@@ -34,6 +34,7 @@ video:*:44:
24 sasl:*:45:
25 plugdev:*:46:
26 kvm:*:47:
27+sgx:*:48:
28 staff:*:50:
29 games:*:60:
30 shutdown:*:70:
31