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

softhsm use systemd-sysusers

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

    • softhsm-2.6.1-16.el10_0.x86_64.rpm
    • None
    • Important
    • 2
    • rhel-idm-ipa
    • ssg_idm
    • 1
    • QE ack, Dev ack
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • Iteration 1, Iteration 2
    • Pass
    • Manual
    • None
    • 57,005

      Description of problem:
      softhsm uses static useradd scripts

      Version-Release number of selected component (if applicable):
      softhsm-2.6.1-7.el9.2.

      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 %{_sharedstatedir}/softhsm -s /sbin/nologin \
      -c "softhsm private keys owner" 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
              Alexander Bokovoy Alexander Bokovoy
              Sudhir Menon Sudhir Menon
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated: