diff options
author | Ross Burton <ross.burton@intel.com> | 2017-09-29 17:10:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 22:24:03 +0000 |
commit | 5239691cc92679609cb464c55a7435d9cd9de349 (patch) | |
tree | d5465cf69d9f7473d75e14dce72af47c861125bb /meta-selftest | |
parent | 51b3c38b5d5d80c3acf5d2477db38b08803c8883 (diff) | |
download | poky-5239691cc92679609cb464c55a7435d9cd9de349.tar.gz |
selftest/imagefeatures: add basic test for useradd-staticids
(From OE-Core rev: 468079140c1f19096bbc628663462beebc194800)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r-- | meta-selftest/files/static-group | 14 | ||||
-rw-r--r-- | meta-selftest/files/static-passwd | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group new file mode 100644 index 0000000000..9213b8e9bc --- /dev/null +++ b/meta-selftest/files/static-group | |||
@@ -0,0 +1,14 @@ | |||
1 | messagebus:x:500: | ||
2 | systemd-bus-proxy:x:501: | ||
3 | systemd-network:x:502: | ||
4 | systemd-resolve:x:503: | ||
5 | systemd-timesync:x:504: | ||
6 | polkitd:x:505: | ||
7 | lock:x:506: | ||
8 | systemd-journal:x:507: | ||
9 | netdev:x:508: | ||
10 | avahi:x:509: | ||
11 | avahi-autoipd:x:510: | ||
12 | rpc:x:511: | ||
13 | rpcuser:x:513: | ||
14 | |||
diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd new file mode 100644 index 0000000000..412f85d469 --- /dev/null +++ b/meta-selftest/files/static-passwd | |||
@@ -0,0 +1,11 @@ | |||
1 | messagebus:x:500:500::/var/lib/dbus:/bin/false | ||
2 | systemd-bus-proxy:x:501:501::/:/bin/nologin | ||
3 | systemd-network:x:502:502::/:/bin/nologin | ||
4 | systemd-resolve:x:503:503::/:/bin/nologin | ||
5 | systemd-timesync:x:504:504::/:/bin/nologin | ||
6 | polkitd:x:505:505::/:/bin/nologin | ||
7 | avahi:x:509:509::/:/bin/nologin | ||
8 | avahi-autoipd:x:510:510::/:/bin/nologin | ||
9 | rpc:x:511:511::/:/bin/nologin | ||
10 | distcc:x:512:nogroup::/:/bin/nologin | ||
11 | rpcuser:x:513:513::/var/lib/nfs:/bin/nologin | ||