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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx