diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-27 14:46:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-27 22:53:56 +0000 |
commit | 598fafb89ed358e01e155eefa7c6648b96fb5397 (patch) | |
tree | 883da382d4655a92ccdc02998fde4295ea8d9291 /meta-selftest | |
parent | aa5b901e1919b01b11d5a9a594d76c35a0686d33 (diff) | |
download | poky-598fafb89ed358e01e155eefa7c6648b96fb5397.tar.gz |
meta-selftest/files: add ptest to static-passwd/-group
As ptest-runner creates a new user, we need to add it to the testing
static passwd file.
(From OE-Core rev: 009726f04c000cc50ce44305669bd8e940e64a9c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r-- | meta-selftest/files/static-group | 1 | ||||
-rw-r--r-- | meta-selftest/files/static-passwd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group index cbec6f1377..af2fa0f016 100644 --- a/meta-selftest/files/static-group +++ b/meta-selftest/files/static-group | |||
@@ -25,3 +25,4 @@ weston:x:525: | |||
25 | wayland:x:526: | 25 | wayland:x:526: |
26 | render:x:527: | 26 | render:x:527: |
27 | sgx:x:528: | 27 | sgx:x:528: |
28 | ptest:x:529: | ||
diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd index 2cfd0c9b42..a4f652198c 100644 --- a/meta-selftest/files/static-passwd +++ b/meta-selftest/files/static-passwd | |||
@@ -17,3 +17,4 @@ bind:x:521:521::/:/bin/nologin | |||
17 | builder:x:522:522::/:/bin/nologin | 17 | builder:x:522:522::/:/bin/nologin |
18 | _apt:x:523:523::/:/bin/nologin | 18 | _apt:x:523:523::/:/bin/nologin |
19 | weston:x:525:525::/:/bin/nologin | 19 | weston:x:525:525::/:/bin/nologin |
20 | ptest:x:529:529::/:/bin/nologin | ||