summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-11-15 23:50:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:52 +0000
commit93a9621df356f4a2ce7c516c191de0571c4661de (patch)
treeed5b90f95b1e3e5793bc3db52904fc2563d88a13 /meta-selftest
parentaf1aea67eabef09e4ec63340009b7bbe281a4691 (diff)
downloadpoky-93a9621df356f4a2ce7c516c191de0571c4661de.tar.gz
meta-selftest/files: add xuser to static-passwd/-group
As xuser-account creates a new user, we need to add it to the testing static passwd file. (From OE-Core rev: 6c0637a2ba7621a6398dc62b4d019cd525ee8908) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/files/static-group1
-rw-r--r--meta-selftest/files/static-passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group
index af2fa0f016..f7a66de24d 100644
--- a/meta-selftest/files/static-group
+++ b/meta-selftest/files/static-group
@@ -26,3 +26,4 @@ wayland:x:526:
26render:x:527: 26render:x:527:
27sgx:x:528: 27sgx:x:528:
28ptest:x:529: 28ptest:x:529:
29xuser:x:530:
diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd
index a4f652198c..cc6c5acd5c 100644
--- a/meta-selftest/files/static-passwd
+++ b/meta-selftest/files/static-passwd
@@ -18,3 +18,4 @@ builder:x:522:522::/:/bin/nologin
18_apt:x:523:523::/:/bin/nologin 18_apt:x:523:523::/:/bin/nologin
19weston:x:525:525::/:/bin/nologin 19weston:x:525:525::/:/bin/nologin
20ptest:x:529:529::/:/bin/nologin 20ptest:x:529:529::/:/bin/nologin
21xuser:x:530:530::/:/bin/nologin