Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-6825

[RFE] unbound use systemd-sysusers

    • None
    • rhel-sst-cs-net-perf-services
    • ssg_core_services
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • ---
    • None

      Description of problem:
      unbound has static useradd scripts

      Version-Release number of selected component (if applicable):
      unbound-1.13.1-15.el9

      How reproducible:
      100%

      Steps to Reproduce:
      1.review %pre
      2.
      3.

      Actual results:
      %pre libs
      getent group unbound >/dev/null || groupadd -r unbound
      getent passwd unbound >/dev/null || \
      useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
      -c "Unbound DNS resolver" unbound

      Expected results:
      use of system-sysusers

      Additional info:
      https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html
      https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format

              pemensik@redhat.com Petr Mensik
              riehecky Pat Riehecky
              Petr Mensik Petr Mensik
              rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: