diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-27 11:54:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-30 14:01:07 +0000 |
| commit | 919d8d2973e5d2ec6fc22faa212e0a9c8e895e6c (patch) | |
| tree | 3ec5cf7d1833ef33a4d4d6f4a2a764af463ff1cf | |
| parent | 46147fa5c039a2932ccbb4bf18b1bbd44cd6487a (diff) | |
| download | poky-919d8d2973e5d2ec6fc22faa212e0a9c8e895e6c.tar.gz | |
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>
| -rw-r--r-- | meta-selftest/files/static-group | 9 | ||||
| -rw-r--r-- | meta-selftest/files/static-passwd | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group index 9213b8e9bc..892231b6e0 100644 --- a/meta-selftest/files/static-group +++ b/meta-selftest/files/static-group | |||
| @@ -11,4 +11,11 @@ avahi:x:509: | |||
| 11 | avahi-autoipd:x:510: | 11 | avahi-autoipd:x:510: |
| 12 | rpc:x:511: | 12 | rpc:x:511: |
| 13 | rpcuser:x:513: | 13 | rpcuser:x:513: |
| 14 | 14 | dhcpcd:x:514: | |
| 15 | sshd:x:516: | ||
| 16 | lpadmin:x:517: | ||
| 17 | crontab:x:518: | ||
| 18 | tracing:x:519: | ||
| 19 | pulse:x:520: | ||
| 20 | bind:x:521: | ||
| 21 | builder:x:522: | ||
diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd index 412f85d469..babbfbc9de 100644 --- a/meta-selftest/files/static-passwd +++ b/meta-selftest/files/static-passwd | |||
| @@ -9,3 +9,9 @@ avahi-autoipd:x:510:510::/:/bin/nologin | |||
| 9 | rpc:x:511:511::/:/bin/nologin | 9 | rpc:x:511:511::/:/bin/nologin |
| 10 | distcc:x:512:nogroup::/:/bin/nologin | 10 | distcc:x:512:nogroup::/:/bin/nologin |
| 11 | rpcuser:x:513:513::/var/lib/nfs:/bin/nologin | 11 | rpcuser:x:513:513::/var/lib/nfs:/bin/nologin |
| 12 | dhcpcd:x:514:514::/:/bin/nologin | ||
| 13 | tester:x:515:515::/:/bin/nologin | ||
| 14 | sshd:x:516:516::/:/bin/nologin | ||
| 15 | pulse:x:520:520::/:/bin/nologin | ||
| 16 | bind:x:521:521::/:/bin/nologin | ||
| 17 | builder:x:522:522::/:/bin/nologin | ||
