mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
51b3c38b5d
commit
5239691cc9
14
meta-selftest/files/static-group
Normal file
14
meta-selftest/files/static-group
Normal file
@@ -0,0 +1,14 @@
|
||||
messagebus:x:500:
|
||||
systemd-bus-proxy:x:501:
|
||||
systemd-network:x:502:
|
||||
systemd-resolve:x:503:
|
||||
systemd-timesync:x:504:
|
||||
polkitd:x:505:
|
||||
lock:x:506:
|
||||
systemd-journal:x:507:
|
||||
netdev:x:508:
|
||||
avahi:x:509:
|
||||
avahi-autoipd:x:510:
|
||||
rpc:x:511:
|
||||
rpcuser:x:513:
|
||||
|
||||
11
meta-selftest/files/static-passwd
Normal file
11
meta-selftest/files/static-passwd
Normal file
@@ -0,0 +1,11 @@
|
||||
messagebus:x:500:500::/var/lib/dbus:/bin/false
|
||||
systemd-bus-proxy:x:501:501::/:/bin/nologin
|
||||
systemd-network:x:502:502::/:/bin/nologin
|
||||
systemd-resolve:x:503:503::/:/bin/nologin
|
||||
systemd-timesync:x:504:504::/:/bin/nologin
|
||||
polkitd:x:505:505::/:/bin/nologin
|
||||
avahi:x:509:509::/:/bin/nologin
|
||||
avahi-autoipd:x:510:510::/:/bin/nologin
|
||||
rpc:x:511:511::/:/bin/nologin
|
||||
distcc:x:512:nogroup::/:/bin/nologin
|
||||
rpcuser:x:513:513::/var/lib/nfs:/bin/nologin
|
||||
Reference in New Issue
Block a user