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.
Bug 905104 - RHEL6.4 IPA upgrade sssd AVC denials
Summary: RHEL6.4 IPA upgrade sssd AVC denials
Keywords:
Status: CLOSED DUPLICATE of bug 760793
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: rpm
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Packaging Maintenance Team
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-28 15:31 UTC by Scott Poore
Modified: 2013-01-28 15:50 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-28 15:50:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Scott Poore 2013-01-28 15:31:05 UTC
Description of problem:

I'm seeing AVC denials during sssd portion of IPA upgrade:

Running '/usr/bin/env LC_ALL=en_US.UTF-8 /sbin/ausearch -m AVC -m USER_AVC -m SELINUX_ERR -ts 01/25/2013 14:22:23 < /dev/null >/mnt/testarea/tmp.rhts-db-submit-result.1UAyC_ 2>&1'
----
time->Fri Jan 25 14:23:35 2013
type=SYSCALL msg=audit(1359141815.713:64): arch=c000003e syscall=160 success=no exit=-13 a0=7 a1=7fffa96b8aa0 a2=0 a3=7fffa96b8800 items=0 ppid=26957 pid=26993 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="sssd_pam" exe="/usr/libexec/sssd/sssd_pam" subj=unconfined_u:system_r:sssd_t:s0 key=(null)
type=AVC msg=audit(1359141815.713:64): avc:  denied  { setrlimit } for  pid=26993 comm="sssd_pam" scontext=unconfined_u:system_r:sssd_t:s0 tcontext=unconfined_u:system_r:sssd_t:s0 tclass=process
----
time->Fri Jan 25 14:23:35 2013
type=SYSCALL msg=audit(1359141815.717:65): arch=c000003e syscall=160 success=no exit=-13 a0=7 a1=7fff28e924b0 a2=0 a3=7fff28e92210 items=0 ppid=26957 pid=26995 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="sssd_pac" exe="/usr/libexec/sssd/sssd_pac" subj=unconfined_u:system_r:sssd_t:s0 key=(null)
type=AVC msg=audit(1359141815.717:65): avc:  denied  { setrlimit } for  pid=26995 comm="sssd_pac" scontext=unconfined_u:system_r:sssd_t:s0 tcontext=unconfined_u:system_r:sssd_t:s0 tclass=process
----
time->Fri Jan 25 14:23:35 2013
type=SYSCALL msg=audit(1359141815.736:66): arch=c000003e syscall=160 success=no exit=-13 a0=7 a1=7fff04eae060 a2=0 a3=7fff04eaddc0 items=0 ppid=26957 pid=26992 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="sssd_nss" exe="/usr/libexec/sssd/sssd_nss" subj=unconfined_u:system_r:sssd_t:s0 key=(null)
type=AVC msg=audit(1359141815.736:66): avc:  denied  { setrlimit } for  pid=26992 comm="sssd_nss" scontext=unconfined_u:system_r:sssd_t:s0 tcontext=unconfined_u:system_r:sssd_t:s0 tclass=process

Version-Release number of selected component (if applicable):
old:
sssd-client-1.8.0-32.el6.x86_64
ipa-client-2.2.0-16.el6.x86_64
selinux-policy-3.7.19-154.el6.noarch

new:
sssd-1.9.2-82.el6.x86_64
ipa-client-3.0.0-24.el6.x86_64
selinux-policy-3.7.19-195.el6.noarch


How reproducible:

very

Steps to Reproduce:
1.  install RHEL6.3 and setup IPA master
2.  install RHEL6.3 and setup IPA client
3.  point client to RHEL6.4 repos
4.  yum update 'ipa*'
# note: make sure SELinux is in enforcing (or permissive) and not disabled.  was seen though in enforcing.
  
Actual results:
installs but, I see AVC denials

Expected results:
no AVC denials

Additional info:

Comment 2 Scott Poore 2013-01-28 15:50:05 UTC
this one is the yum/rpm ordering issue:

https://bugzilla.redhat.com/show_bug.cgi?id=760793

https://bugzilla.redhat.com/show_bug.cgi?id=784289

*** This bug has been marked as a duplicate of bug 760793 ***


Note You need to log in before you can comment on or make changes to this bug.