diff options
| author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-10 11:39:39 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:06 -0400 |
| commit | 972226d3b120dfd0598b1480ccbd71682415cf63 (patch) | |
| tree | ff2338e099ec6832b2645804b145d695dbfcc693 /meta-perl | |
| parent | b496fcb98a43424d0f8c3173079b3168871d23b3 (diff) | |
| download | meta-openembedded-972226d3b120dfd0598b1480ccbd71682415cf63.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>
(cherry picked from commit 18f01d2b14a0f7789dfce6db12810a465804e23a)
Signed-off-by: Armin Kuster <akuster808@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 0000000000..7dd58bbbda --- /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 0000000000..7b3591ac50 --- /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 | |||
