-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-10.0
-
corosync-qdevice-3.0.3-8.el10
-
None
-
Low
-
7d62dac4d40b50d0400d08625c59803c53847dd5
-
rhel-ha
-
6
-
10
-
8
-
False
-
False
-
-
No
-
None
-
Pass
-
Manual
-
If docs needed, set a value
-
-
Unspecified
-
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
- clones
-
RHEL-7637 corosync-qdevice use systemd-sysusers (rhel 9.7)
-
- Release Pending
-
- links to
-
RHBA-2025:152967 corosync-qdevice update