Re: [OE-Core][PATCH 1/2] base-passwd: Add the sgx group

2023-07-29 Thread Richard Purdie
On Fri, 2023-07-28 at 15:01 +0100, Alex Kiernan wrote: > On Fri, Jul 28, 2023 at 1:52 PM Jon Mason wrote: > > > > On Fri, Jul 28, 2023 at 5:40 AM Alex Kiernan wrote: > > > > > > To avoid errors from eudev/udev we need an sgx group, but if we add it > > > via groupadd that causes shadow login to

Re: [OE-Core][PATCH 1/2] base-passwd: Add the sgx group

2023-07-28 Thread Alex Kiernan
On Fri, Jul 28, 2023 at 1:52 PM Jon Mason wrote: > > On Fri, Jul 28, 2023 at 5:40 AM Alex Kiernan wrote: > > > > To avoid errors from eudev/udev we need an sgx group, but if we add it > > via groupadd that causes shadow login to be brought into an image, which > > causes images which have CONFIG_

Re: [OE-Core][PATCH 1/2] base-passwd: Add the sgx group

2023-07-28 Thread Jon Mason
On Fri, Jul 28, 2023 at 5:40 AM Alex Kiernan wrote: > > To avoid errors from eudev/udev we need an sgx group, but if we add it > via groupadd that causes shadow login to be brought into an image, which > causes images which have CONFIG_MULTIUSER unset to fail with `setgid: > Function not implement

[OE-Core][PATCH 1/2] base-passwd: Add the sgx group

2023-07-28 Thread Alex Kiernan
To avoid errors from eudev/udev we need an sgx group, but if we add it via groupadd that causes shadow login to be brought into an image, which causes images which have CONFIG_MULTIUSER unset to fail with `setgid: Function not implemented` as shadow's login doesn't implement the heuristics which bu