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

corosync-qdevice use systemd-sysusers (rhel 10.1)

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

    • corosync-qdevice-3.0.3-8.el10
    • None
    • Low
    • 7d62dac4d40b50d0400d08625c59803c53847dd5
    • rhel-ha
    • 6
    • 10
    • 8
    • False
    • False
    • Hide

      None

      Show
      None
    • No
    • None
    • If docs needed, set a value
    • None
    • 57,005

      Description of problem:
      corosync-qdevice is using static useradd scripts

      Version-Release number of selected component (if applicable):
      corosync-qdevice-3.0.1-4.el9.src.rpm

      How reproducible:
      100%

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

      Actual results:
      %pre -n corosync-qnetd
      getent group coroqnetd >/dev/null || groupadd -r coroqnetd
      getent passwd coroqnetd >/dev/null || \
      useradd -r -g coroqnetd -d / -s /sbin/nologin -c "User for corosync-qnetd" coroqnetd
      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

              rhn-support-phagara Patrik Hagara
              riehecky Pat Riehecky
              Jan Friesse Jan Friesse
              Patrik Hagara Patrik Hagara
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: