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-passwd-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-passwd-meta-networking')
| -rw-r--r-- | meta-networking/files/static-passwd-meta-networking | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-networking/files/static-passwd-meta-networking b/meta-networking/files/static-passwd-meta-networking new file mode 100644 index 0000000000..77c2b36f94 --- /dev/null +++ b/meta-networking/files/static-passwd-meta-networking | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | ftp:x:630:630::/:/bin/nologin | ||
| 2 | dovecot:x:631:631::/:/bin/nologin | ||
| 3 | dovenull:x:632:632::/:/bin/nologin | ||
| 4 | postfix:x:633:633::/:/bin/nologin | ||
| 5 | vmail:x:635:635::/:/bin/nologin | ||
| 6 | radvd:x:636:636::/:/bin/nologin | ||
| 7 | frr:x:637:637::/:/bin/nologin | ||
| 8 | ftp:x:640:640::/:/bin/nologin | ||
| 9 | rwhod:x:641:641::/:/bin/nologin | ||
| 10 | lldpd:x:642:642::/:/bin/nologin | ||
| 11 | opensaf:x:643:643::/:/bin/nologin | ||
| 12 | tinyproxy:x:650:nogroup::/:/bin/nologin | ||
| 13 | radiusd:x:651:nogroup::/:/bin/nologin | ||
| 14 | nm-openconnect:x:652:nogroup::/:/bin/nologin | ||
| 15 | ntp:x:653:nogroup::/:/bin/nologin | ||
| 16 | nm-fortisslvpn:x:654:nogroup::/:/bin/nologin | ||
| 17 | nm-openvpn:x:655:nogroup::/:/bin/nologin | ||
| 18 | squid:x:656:nogroup::/:/bin/nologin | ||
| 19 | mosquitto:x:657:nogroup::/:/bin/nologin \ No newline at end of file | ||
