mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 12:15:48 +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 7d36797bef881cb5125259e33a4a245529f39112) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
1ff93fb9ad
commit
692cfcba8a
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…
x
Reference in New Issue
Block a user