Bug 676511

Summary: SELinux is preventing /sbin/chkconfig from 'getattr' accesses on the file /etc/rc.d/init.d/cgred.
Product: [Fedora] Fedora Reporter: John Watzke <watzkej>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:968c1b2e6383454e601708ace81fd5b65d74c8c4f536b3282821661b2291d1be
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-10 09:56:52 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 John Watzke 2011-02-10 05:06:25 UTC
SELinux is preventing /sbin/chkconfig from 'getattr' accesses on the file /etc/rc.d/init.d/cgred.

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

If you believe that chkconfig should be allowed getattr access on the cgred 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:cgred_initrc_exec_t:s0
Target Objects                /etc/rc.d/init.d/cgred [ file ]
Source                        chkconfig
Source Path                   /sbin/chkconfig
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           chkconfig-1.3.49-1.fc15
Target RPM Packages           libcgroup-0.37-2.fc15
Policy RPM                    selinux-policy-3.9.13-9.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.38-0.rc4.git0.1.fc15.x86_64 #1 SMP Tue Feb 8
                              01:57:21 UTC 2011 x86_64 x86_64
Alert Count                   1
First Seen                    Wed 09 Feb 2011 04:29:17 PM CST
Last Seen                     Wed 09 Feb 2011 04:29:17 PM CST
Local ID                      4e3756cf-a115-4a18-a749-941426f1badd

Raw Audit Messages
type=AVC msg=audit(1297290557.622:128): avc:  denied  { getattr } for  pid=7721 comm="chkconfig" path="/etc/rc.d/init.d/cgred" dev=dm-1 ino=525406 scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cgred_initrc_exec_t:s0 tclass=file


type=SYSCALL msg=audit(1297290557.622:128): arch=x86_64 syscall=stat success=no exit=EACCES a0=7fff6ecc7b50 a1=7fff6ecc7ac0 a2=7fff6ecc7ac0 a3=0 items=0 ppid=7680 pid=7721 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,cgred_initrc_exec_t,file,getattr

audit2allow

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

audit2allow -R

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

Comment 1 Miroslav Grepl 2011-02-10 09:56:52 UTC

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