summaryrefslogtreecommitdiffstats
path: root/meta-oe/files
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-11-15 17:14:43 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-15 09:51:45 -0800
commitf1607d9617a515e8ae61f1c31e193b0dee2333b6 (patch)
tree25c76b7f23533659f08a0468081044af0b8a5019 /meta-oe/files
parent7fb028ebf0349b3ada78432edfb9a022cd78dd31 (diff)
downloadmeta-openembedded-f1607d9617a515e8ae61f1c31e193b0dee2333b6.tar.gz
meta-oe/static-ids: Change postgres to 28 to match forced id in recipe
Current recipe does impose UID=GID=28 in the recipe code. Change postgres static ID to match in order to avoid a warning in reproducibility tests. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/files')
-rw-r--r--meta-oe/files/static-group-meta-oe2
-rw-r--r--meta-oe/files/static-passwd-meta-oe2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe
index 09c7cab2c..f20c86f65 100644
--- a/meta-oe/files/static-group-meta-oe
+++ b/meta-oe/files/static-group-meta-oe
@@ -2,7 +2,7 @@ redis:x:600:
2xrdp:x:601: 2xrdp:x:601:
3sanlock:x:602: 3sanlock:x:602:
4mysql:x:603: 4mysql:x:603:
5postgres:x:604: 5postgres:x:28:
6zabbix:x:605: 6zabbix:x:605:
7mail:x:606: 7mail:x:606:
8nogroup:x:65534: 8nogroup:x:65534:
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index 4c312b7b1..00f3e107e 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -2,7 +2,7 @@ redis:x:600:600::/:/bin/nologin
2xrdp:x:601:601::/:/bin/nologin 2xrdp:x:601:601::/:/bin/nologin
3sanlock:x:602:602::/:/bin/nologin 3sanlock:x:602:602::/:/bin/nologin
4mysql:x:603:603::/:/bin/nologin 4mysql:x:603:603::/:/bin/nologin
5postgres:x:604:604::/:/bin/nologin 5postgres:x:28:28::/:/bin/nologin
6zabbix:x:605:605::/:/bin/nologin 6zabbix:x:605:605::/:/bin/nologin
7cyrus:x:606:nogroup::/:/bin/nologin 7cyrus:x:606:nogroup::/:/bin/nologin
8pcp:x:620:nogroup::/:/bin/nologin 8pcp:x:620:nogroup::/:/bin/nologin