mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
meta-selftest/staticids: Add ids for other recipes
Add dhcpc's uid/gid to the static configs used by meta-selftest for testing since dhcpc was added to OE-Core. Also realised many other ids were missing for other OE-Core recipes so also add those. (From OE-Core rev: 120551f30d86d3d5bd992c50b6751cb715a57e30) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
46147fa5c0
commit
919d8d2973
|
@ -11,4 +11,11 @@ avahi:x:509:
|
||||||
avahi-autoipd:x:510:
|
avahi-autoipd:x:510:
|
||||||
rpc:x:511:
|
rpc:x:511:
|
||||||
rpcuser:x:513:
|
rpcuser:x:513:
|
||||||
|
dhcpcd:x:514:
|
||||||
|
sshd:x:516:
|
||||||
|
lpadmin:x:517:
|
||||||
|
crontab:x:518:
|
||||||
|
tracing:x:519:
|
||||||
|
pulse:x:520:
|
||||||
|
bind:x:521:
|
||||||
|
builder:x:522:
|
||||||
|
|
|
@ -9,3 +9,9 @@ avahi-autoipd:x:510:510::/:/bin/nologin
|
||||||
rpc:x:511:511::/:/bin/nologin
|
rpc:x:511:511::/:/bin/nologin
|
||||||
distcc:x:512:nogroup::/:/bin/nologin
|
distcc:x:512:nogroup::/:/bin/nologin
|
||||||
rpcuser:x:513:513::/var/lib/nfs:/bin/nologin
|
rpcuser:x:513:513::/var/lib/nfs:/bin/nologin
|
||||||
|
dhcpcd:x:514:514::/:/bin/nologin
|
||||||
|
tester:x:515:515::/:/bin/nologin
|
||||||
|
sshd:x:516:516::/:/bin/nologin
|
||||||
|
pulse:x:520:520::/:/bin/nologin
|
||||||
|
bind:x:521:521::/:/bin/nologin
|
||||||
|
builder:x:522:522::/:/bin/nologin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user