From 7d36797bef881cb5125259e33a4a245529f39112 Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Tue, 10 Oct 2023 11:39:38 +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-oe/files/static-group-meta-oe | 8 ++++++++ meta-oe/files/static-passwd-meta-oe | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 meta-oe/files/static-group-meta-oe create mode 100644 meta-oe/files/static-passwd-meta-oe diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe new file mode 100644 index 0000000000..79c9bb6e1a --- /dev/null +++ b/meta-oe/files/static-group-meta-oe @@ -0,0 +1,8 @@ +redis:x:600: +xrdp:x:601: +sanlock:x:602: +mysql:x:603: +postgres:x:604: +zabbix:x:605: +mail:x:606: +nogroup:x:607: \ No newline at end of file diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe new file mode 100644 index 0000000000..4c312b7b1f --- /dev/null +++ b/meta-oe/files/static-passwd-meta-oe @@ -0,0 +1,11 @@ +redis:x:600:600::/:/bin/nologin +xrdp:x:601:601::/:/bin/nologin +sanlock:x:602:602::/:/bin/nologin +mysql:x:603:603::/:/bin/nologin +postgres:x:604:604::/:/bin/nologin +zabbix:x:605:605::/:/bin/nologin +cyrus:x:606:nogroup::/:/bin/nologin +pcp:x:620:nogroup::/:/bin/nologin +pcpqa:x:621:nogroup::/:/bin/nologin +influxdb:x:622:nogroup::/:/bin/nologin +mongodb:x:623:nogroup::/:/bin/nologin \ No newline at end of file -- cgit v1.2.3-54-g00ecf