aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorFabien Thomas <fabien.thomas@smile.fr>2023-10-10 11:39:34 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-10 08:51:47 -0700
commit84043e673b2c424e9fc8d2b349147f35c6828903 (patch)
tree8144cbc098f7cba4a24a5594a1727f5547aba809 /meta-filesystems
parent3801443f170c9c4db3c50e2c4ba7271d8d6f4633 (diff)
downloadmeta-openembedded-84043e673b2c424e9fc8d2b349147f35c6828903.tar.gz
Add static-passwd and static-group files
In order to pass reproducible tests, recipes that use the useradd class must have static ids configured. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/files/static-passwd-meta-filesystems3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-filesystems/files/static-passwd-meta-filesystems b/meta-filesystems/files/static-passwd-meta-filesystems
new file mode 100644
index 0000000000..157697f3e7
--- /dev/null
+++ b/meta-filesystems/files/static-passwd-meta-filesystems
@@ -0,0 +1,3 @@
+fsgqa:x:700:nogroup::/:/bin/nologin
+123456-fsgqa:x:701:nogroup::/:/bin/nologin
+fsgqa2:x:702:nogroup::/:/bin/nologin \ No newline at end of file