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:
Richard Purdie 2020-12-27 11:54:15 +00:00
parent 46147fa5c0
commit 919d8d2973
2 changed files with 14 additions and 1 deletions

View File

@ -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:

View File

@ -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