Bug 675644

Summary: SELinux is preventing /sbin/chkconfig from 'getattr' accesses on the file /etc/rc.d/init.d/sssd.
Product: [Fedora] Fedora Reporter: Luya Tshimbalanga <luya>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dwalsh, mgrepl, watzkej
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:30bd18235ed1dae10cca523175e680302678157ffa83b059569b80676168fd31
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-07 10:04:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Luya Tshimbalanga 2011-02-07 06:47:46 UTC
SELinux is preventing /sbin/chkconfig from 'getattr' accesses on the file /etc/rc.d/init.d/sssd.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that chkconfig should be allowed getattr access on the sssd file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# grep chkconfig /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:gnomeclock_t:s0-s0:c0.c1023
Target Context                system_u:object_r:sssd_initrc_exec_t:s0
Target Objects                /etc/rc.d/init.d/sssd [ file ]
Source                        chkconfig
Source Path                   /sbin/chkconfig
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           chkconfig-1.3.49-1.fc15
Target RPM Packages           sssd-1.5.1-3.fc15
Policy RPM                    selinux-policy-3.9.13-8.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.37-2.fc15.i686 #1
                              SMP Fri Jan 7 15:46:20 UTC 2011 i686 i686
Alert Count                   3
First Seen                    Thu 03 Feb 2011 11:24:45 PM PST
Last Seen                     Tue 22 Feb 2011 11:26:26 PM PST
Local ID                      87cd02eb-ba6b-4d31-bb5a-68359ba371d5

Raw Audit Messages
type=AVC msg=audit(1298445986.333:425): avc:  denied  { getattr } for  pid=3213 comm="chkconfig" path="/etc/rc.d/init.d/sssd" dev=dm-0 ino=266809 scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tcontext=system_u:object_r:sssd_initrc_exec_t:s0 tclass=file


type=SYSCALL msg=audit(1298445986.333:425): arch=i386 syscall=stat64 success=no exit=EACCES a0=bfb09efc a1=bfb09df0 a2=4fcafff4 a3=3 items=0 ppid=3211 pid=3213 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=chkconfig exe=/sbin/chkconfig subj=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 key=(null)

Hash: chkconfig,gnomeclock_t,sssd_initrc_exec_t,file,getattr

audit2allow

#============= gnomeclock_t ==============
allow gnomeclock_t sssd_initrc_exec_t:file getattr;

audit2allow -R

#============= gnomeclock_t ==============
allow gnomeclock_t sssd_initrc_exec_t:file getattr;

Comment 1 Miroslav Grepl 2011-02-07 10:04:43 UTC

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