From 84043e673b2c424e9fc8d2b349147f35c6828903 Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Tue, 10 Oct 2023 11:39:34 +0200 Subject: 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 Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-filesystems/files/static-passwd-meta-filesystems | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-filesystems/files/static-passwd-meta-filesystems (limited to 'meta-filesystems') 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 -- cgit v1.2.3-54-g00ecf