diff options
author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-10 11:39:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-10 08:51:47 -0700 |
commit | 18f01d2b14a0f7789dfce6db12810a465804e23a (patch) | |
tree | a39dc245a03ba875463aa9376a5f1b4da3b6c122 /meta-perl | |
parent | 5ecda23c4ce2534f9f974b7bf066723a58e625aa (diff) | |
download | meta-openembedded-18f01d2b14a0f7789dfce6db12810a465804e23a.tar.gz |
Add static-passwd and static-group files
In order to pass reproducible tests, recipes that use the
useradd class must have static ids configured.
Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/files/static-group-meta-perl | 1 | ||||
-rw-r--r-- | meta-perl/files/static-passwd-meta-perl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-perl/files/static-group-meta-perl b/meta-perl/files/static-group-meta-perl new file mode 100644 index 000000000..7dd58bbbd --- /dev/null +++ b/meta-perl/files/static-group-meta-perl | |||
@@ -0,0 +1 @@ | |||
logcheck:x:670: \ No newline at end of file | |||
diff --git a/meta-perl/files/static-passwd-meta-perl b/meta-perl/files/static-passwd-meta-perl new file mode 100644 index 000000000..7b3591ac5 --- /dev/null +++ b/meta-perl/files/static-passwd-meta-perl | |||
@@ -0,0 +1 @@ | |||
logcheck:x:670:670::/:/bin/nologin \ No newline at end of file | |||