diff options
author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-10 11:39:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-10 08:51:47 -0700 |
commit | 714156cc42cfc35dbd960e7755866fa257f67090 (patch) | |
tree | 24367d9e7c02cb9f91bd5a015a1ee3796e178cf9 /meta-networking/files/static-group-meta-networking | |
parent | 18f01d2b14a0f7789dfce6db12810a465804e23a (diff) | |
download | meta-openembedded-714156cc42cfc35dbd960e7755866fa257f67090.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-networking/files/static-group-meta-networking')
-rw-r--r-- | meta-networking/files/static-group-meta-networking | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/files/static-group-meta-networking b/meta-networking/files/static-group-meta-networking new file mode 100644 index 0000000000..0aada6c5ff --- /dev/null +++ b/meta-networking/files/static-group-meta-networking | |||
@@ -0,0 +1,14 @@ | |||
1 | ftp:x:630: | ||
2 | dovecot:x:631: | ||
3 | dovenull:x:632: | ||
4 | postfix:x:633: | ||
5 | postdrop:x:634: | ||
6 | vmail:x:635: | ||
7 | rasvd:x:636: | ||
8 | frr:x:637: | ||
9 | frrvty:x:638: | ||
10 | nogroup:x:639: | ||
11 | ftp:x:640: | ||
12 | rwhod:x:641: | ||
13 | lldpd:x:642: | ||
14 | opensaf:x:643: \ No newline at end of file | ||