Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Hi,
this looks like a duplicate of Fedora ticket https://bugzilla.redhat.com/show_bug.cgi?id=2022690. Since this ticket is for RHEL-8 I won't close it a duplicate but will move it to the selinux-policy component.
bye,
Sumit
Sumit, note 3 bugzillas (Fedora, RHEL 8, RHEL 9) are linked together using internal links.
*** This bug has been marked as a duplicate of bug 2030156 ***
AVC for sss_cache while dnf transaction / rpm scriplet with groupadd Description of problem: # ausearch -m avc time->Tue Jan 25 22:34:10 2022 type=PROCTITLE msg=audit(1643146450.895:2775): proctitle=7373735F6361636865002D5547 type=SYSCALL msg=audit(1643146450.895:2775): arch=c000003e syscall=119 success=yes exit=0 a0=ffffffffffffffff a1=0 a2=ffffffffffffffff a3=0 items=0 ppid=18581 pid=18584 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=24 comm="sss_cache" exe="/usr/sbin/sss_cache" subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 key=(null) type=AVC msg=audit(1643146450.895:2775): avc: denied { setgid } for pid=18584 comm="sss_cache" capability=6 scontext=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 tcontext=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 tclass=capability permissive=0 Version-Release number of selected component (if applicable): # rpm -qf /usr/sbin/sss_cache sssd-common-2.6.1-2.el8.x86_64 How reproducible: Install package with groupadd scriptlet like # rpm -q --scripts mariadb-server|head -5 preinstall scriptlet (using /bin/sh): /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || : /usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /sbin/nologin \ -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || : # authselect current Profile ID: sssd Enabled features: - without-nullok # authselect check Current configuration is valid.