diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2023-11-15 17:14:43 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-15 09:51:45 -0800 |
commit | f1607d9617a515e8ae61f1c31e193b0dee2333b6 (patch) | |
tree | 25c76b7f23533659f08a0468081044af0b8a5019 /meta-oe/files | |
parent | 7fb028ebf0349b3ada78432edfb9a022cd78dd31 (diff) | |
download | meta-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-oe | 2 | ||||
-rw-r--r-- | meta-oe/files/static-passwd-meta-oe | 2 |
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 09c7cab2c4..f20c86f653 100644 --- a/meta-oe/files/static-group-meta-oe +++ b/meta-oe/files/static-group-meta-oe | |||
@@ -2,7 +2,7 @@ redis:x:600: | |||
2 | xrdp:x:601: | 2 | xrdp:x:601: |
3 | sanlock:x:602: | 3 | sanlock:x:602: |
4 | mysql:x:603: | 4 | mysql:x:603: |
5 | postgres:x:604: | 5 | postgres:x:28: |
6 | zabbix:x:605: | 6 | zabbix:x:605: |
7 | mail:x:606: | 7 | mail:x:606: |
8 | nogroup:x:65534: | 8 | nogroup:x:65534: |
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe index 4c312b7b1f..00f3e107e9 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 | |||
2 | xrdp:x:601:601::/:/bin/nologin | 2 | xrdp:x:601:601::/:/bin/nologin |
3 | sanlock:x:602:602::/:/bin/nologin | 3 | sanlock:x:602:602::/:/bin/nologin |
4 | mysql:x:603:603::/:/bin/nologin | 4 | mysql:x:603:603::/:/bin/nologin |
5 | postgres:x:604:604::/:/bin/nologin | 5 | postgres:x:28:28::/:/bin/nologin |
6 | zabbix:x:605:605::/:/bin/nologin | 6 | zabbix:x:605:605::/:/bin/nologin |
7 | cyrus:x:606:nogroup::/:/bin/nologin | 7 | cyrus:x:606:nogroup::/:/bin/nologin |
8 | pcp:x:620:nogroup::/:/bin/nologin | 8 | pcp:x:620:nogroup::/:/bin/nologin |