You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-12041) Handle libuser's unavailability in Fedora 40
- Starting from version 40, Fedora does not have the lgroup* commands available due to deprecation of libuser.
- groupadd relies on libuser to add members to groups.
- Add manages_members feature to Fedora 40 and above since groupmod can add members to groups.
- Handle flags for lgroupmod (-M) and groupmod (-aU) commands properly.
- Only use lgroup* commands if libuser is supported.
0 commit comments