Hi -

> These are all done deliberately through the following constructs in the spec 
> file:
> 
> In %pre to create the debuginfod user:
> 
>    getent group debuginfod >/dev/null || groupadd -r debuginfod
>    getent passwd debuginfod >/dev/null || \
>        useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
>                -c "elfutils debuginfo server" debuginfod
>    exit 0

These are all intended to use the preferred "dynamic allocation" model:

https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroups/

- FChE
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to