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

[RFE] rtkit use systemd-sysusers

    • rtkit-0.11-29.el9
    • None
    • Moderate
    • rhel-sst-cs-plumbers
    • ssg_core_services
    • 26
    • 1
    • False
    • Hide

      None

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

      Description of problem:
      rtkit has static useradd scripts

      Version-Release number of selected component (if applicable):
      rtkit-0.11-28.el9

      How reproducible:
      100%

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

      Actual results:
      %pre
      getent group rtkit >/dev/null 2>&1 || groupadd \
      -r \
      -g 172 \
      rtkit
      getent passwd rtkit >/dev/null 2>&1 || useradd \
      -r -l \
      -u 172 \
      -g rtkit \
      -d /proc \
      -s /sbin/nologin \
      -c "RealtimeKit" \
      rtkit
      :;

      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

              msekleta@redhat.com Michal Sekletar
              riehecky Pat Riehecky
              Michal Sekletar Michal Sekletar
              Frantisek Sumsal Frantisek Sumsal
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: