mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
meta-selftest/files: add xuser to static-passwd/-group
As xuser-account creates a new user, we need to add it to the testing static passwd file. (From OE-Core rev: 6c0637a2ba7621a6398dc62b4d019cd525ee8908) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
af1aea67ea
commit
93a9621df3
|
@ -26,3 +26,4 @@ wayland:x:526:
|
|||
render:x:527:
|
||||
sgx:x:528:
|
||||
ptest:x:529:
|
||||
xuser:x:530:
|
||||
|
|
|
@ -18,3 +18,4 @@ builder:x:522:522::/:/bin/nologin
|
|||
_apt:x:523:523::/:/bin/nologin
|
||||
weston:x:525:525::/:/bin/nologin
|
||||
ptest:x:529:529::/:/bin/nologin
|
||||
xuser:x:530:530::/:/bin/nologin
|
||||
|
|
Loading…
Reference in New Issue
Block a user