diff options
| author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-10 11:39:38 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:06 -0400 |
| commit | 692cfcba8a2f188c3f45b16df97cfb5a9e65a494 (patch) | |
| tree | c6395208106c0f98cacc656e073daf1cab6f14b8 | |
| parent | 1ff93fb9ad6c49601737acd6b5ddab8a13cc6672 (diff) | |
| download | meta-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-oe | 8 | ||||
| -rw-r--r-- | meta-oe/files/static-passwd-meta-oe | 11 |
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 @@ | |||
| 1 | redis:x:600: | ||
| 2 | xrdp:x:601: | ||
| 3 | sanlock:x:602: | ||
| 4 | mysql:x:603: | ||
| 5 | postgres:x:604: | ||
| 6 | zabbix:x:605: | ||
| 7 | mail:x:606: | ||
| 8 | 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 @@ | |||
| 1 | redis:x:600:600::/:/bin/nologin | ||
| 2 | xrdp:x:601:601::/:/bin/nologin | ||
| 3 | sanlock:x:602:602::/:/bin/nologin | ||
| 4 | mysql:x:603:603::/:/bin/nologin | ||
| 5 | postgres:x:604:604::/:/bin/nologin | ||
| 6 | zabbix:x:605:605::/:/bin/nologin | ||
| 7 | cyrus:x:606:nogroup::/:/bin/nologin | ||
| 8 | pcp:x:620:nogroup::/:/bin/nologin | ||
| 9 | pcpqa:x:621:nogroup::/:/bin/nologin | ||
| 10 | influxdb:x:622:nogroup::/:/bin/nologin | ||
| 11 | mongodb:x:623:nogroup::/:/bin/nologin \ No newline at end of file | ||
