On Fri, Jul 24, 2020 at 05:48:41PM +0200, Bruno Thomsen wrote: > Added chrony user id (UID) to /etc/passwd and > chrony group id (GID) to /etc/group based on > IDs from Fedora. > > Signed-off-by: Bruno Thomsen <[email protected]> > --- > projectroot/etc/group | 1 + > projectroot/etc/passwd | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/projectroot/etc/group b/projectroot/etc/group > index ad02970de..8c0d5a647 100644 > --- a/projectroot/etc/group > +++ b/projectroot/etc/group > @@ -31,4 +31,5 @@ systemd-journal-remote:x:203: > systemd-journal-upload:x:208: > render:x:209: > pulse:x:210: > +chrony:x:989:
Please just use the next number unless there is a good reason to use anything else. > nogroup:x:65534: > diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd > index d15650b38..a5f1e5ffe 100644 > --- a/projectroot/etc/passwd > +++ b/projectroot/etc/passwd > @@ -15,5 +15,6 @@ > systemd-journal-gateway:x:206:206:systemd-journal-gateway:/dev/null:/bin/false > systemd-journal-remote:x:207:203:systemd-journal-remote:/dev/null:/bin/false > systemd-journal-upload:x:208:208:systemd-journal-upload:/dev/null:/bin/false > pulse:x:209:210:pulse:/dev/null:/bin/false > +chrony:x:994:989:chronyd:/dev/null:/bin/false s/chronyd/chrony/ Right? Michael > rpcuser:x:65533:65534:RPC user:/dev/null:/bin/false > nobody:x:65534:65534:Unprivileged Nobody:/dev/null:/bin/false > -- > 2.26.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
