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

[RFE] opendnssec use systemd-sysusers

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • opendnssec-2.1.14-1.el10
    • None
    • Important
    • 2
    • rhel-idm-ipa
    • ssg_idm
    • 24
    • 26
    • 3
    • QE ack, Dev ack
    • False
    • False
    • Hide

      None

      Show
      None
    • No
    • 2025-Q1-Alpha-S1, 2025-Q1-Alpha-S2
    • ---
    • None
    • 57,005

      Description of problem:
      opendnssec is using static useradd scripts

      Version-Release number of selected component (if applicable):
      opendnssec-2.1.8-4.el9

      How reproducible:
      100%

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

      Actual results:
      %pre
      getent group ods >/dev/null || groupadd -r ods
      getent passwd ods >/dev/null || \
      useradd -r -g ods -d /etc/opendnssec -s /sbin/nologin \
      -c "opendnssec daemon account" ods
      exit 0

      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

              rjeffman@redhat.com Rafael Jeffman
              riehecky Pat Riehecky
              Rafael Jeffman Rafael Jeffman
              Sudhir Menon Sudhir Menon
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: