Re: debuginfod non-standard-uid and cache permissions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux