summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Thomas <fabien.thomas@smile.fr>2023-10-10 11:39:38 +0200
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:06 -0400
commit692cfcba8a2f188c3f45b16df97cfb5a9e65a494 (patch)
treec6395208106c0f98cacc656e073daf1cab6f14b8
parent1ff93fb9ad6c49601737acd6b5ddab8a13cc6672 (diff)
downloadmeta-openembedded-692cfcba8a2f188c3f45b16df97cfb5a9e65a494.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> (cherry picked from commit 7d36797bef881cb5125259e33a4a245529f39112) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/files/static-group-meta-oe8
-rw-r--r--meta-oe/files/static-passwd-meta-oe11
2 files changed, 19 insertions, 0 deletions
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 @@
1redis:x:600:
2xrdp:x:601:
3sanlock:x:602:
4mysql:x:603:
5postgres:x:604:
6zabbix:x:605:
7mail:x:606:
8nogroup: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 @@
1redis:x:600:600::/:/bin/nologin
2xrdp:x:601:601::/:/bin/nologin
3sanlock:x:602:602::/:/bin/nologin
4mysql:x:603:603::/:/bin/nologin
5postgres:x:604:604::/:/bin/nologin
6zabbix:x:605:605::/:/bin/nologin
7cyrus:x:606:nogroup::/:/bin/nologin
8pcp:x:620:nogroup::/:/bin/nologin
9pcpqa:x:621:nogroup::/:/bin/nologin
10influxdb:x:622:nogroup::/:/bin/nologin
11mongodb:x:623:nogroup::/:/bin/nologin \ No newline at end of file