mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
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 7d36797bef)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1ff93fb9ad
commit
692cfcba8a
@@ -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:
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
redis:x:600:600::/:/bin/nologin
|
||||||
|
xrdp:x:601:601::/:/bin/nologin
|
||||||
|
sanlock:x:602:602::/:/bin/nologin
|
||||||
|
mysql:x:603:603::/:/bin/nologin
|
||||||
|
postgres:x:604:604::/:/bin/nologin
|
||||||
|
zabbix:x:605:605::/:/bin/nologin
|
||||||
|
cyrus:x:606:nogroup::/:/bin/nologin
|
||||||
|
pcp:x:620:nogroup::/:/bin/nologin
|
||||||
|
pcpqa:x:621:nogroup::/:/bin/nologin
|
||||||
|
influxdb:x:622:nogroup::/:/bin/nologin
|
||||||
|
mongodb:x:623:nogroup::/:/bin/nologin
|
||||||
Reference in New Issue
Block a user