diff mbox series

[1/3] meta-selftest/staticids: add nogroup group for distcc

Message ID 20230912134347.3355-1-sweng5080@gmail.com
State New
Headers show
Series [1/3] meta-selftest/staticids: add nogroup group for distcc | expand

Commit Message

JD Schroeder Sept. 12, 2023, 1:43 p.m. UTC
This patch adds the nogroup to the staticids to help address the
warning about changing the nogroup's gid.

Signed-off-by: JD Schroeder <sweng5080@gmail.com>
---
 meta-selftest/files/static-group | 1 +
 1 file changed, 1 insertion(+)

Comments

Richard Purdie Sept. 12, 2023, 2:08 p.m. UTC | #1
On Tue, 2023-09-12 at 08:43 -0500, JD Schroeder wrote:
> This patch adds the nogroup to the staticids to help address the
> warning about changing the nogroup's gid.
> 
> Signed-off-by: JD Schroeder <sweng5080@gmail.com>
> ---
>  meta-selftest/files/static-group | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group
> index af2fa0f016..4471feb688 100644
> --- a/meta-selftest/files/static-group
> +++ b/meta-selftest/files/static-group
> @@ -26,3 +26,4 @@ wayland:x:526:
>  render:x:527:
>  sgx:x:528:
>  ptest:x:529:
> +nogroup:x:530:

I was looking at this earlier today. It looks like nogroup is already
defined by base-passwd so there is something else going on here which
means that isn't visible somehow. We need to work that out before we
can merge the other two patches though.

This isn't right as it would setup two different group IDs for nogroup.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group
index af2fa0f016..4471feb688 100644
--- a/meta-selftest/files/static-group
+++ b/meta-selftest/files/static-group
@@ -26,3 +26,4 @@  wayland:x:526:
 render:x:527:
 sgx:x:528:
 ptest:x:529:
+nogroup:x:530: