mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02: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>
This commit is contained in:
parent
84043e673b
commit
7d36797bef
8
meta-oe/files/static-group-meta-oe
Normal file
8
meta-oe/files/static-group-meta-oe
Normal file
|
@ -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:
|
11
meta-oe/files/static-passwd-meta-oe
Normal file
11
meta-oe/files/static-passwd-meta-oe
Normal file
|
@ -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
|
Loading…
Reference in New Issue
Block a user