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 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-oe/files/static-group-meta-oe (limited to 'meta-oe/files/static-group-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 -- cgit v1.2.3-54-g00ecf