Bug 551654

Summary: SELinux is preventing /usr/bin/kdm "getattr" access on /root/.dmrc.
Product: [Fedora] Fedora Reporter: adrian1h
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:38c845ff9c255673e43e799a2f443f8c4a3ddcfc6e854e3fe48f1da9e2821b80
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-04 10:58:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description adrian1h 2010-01-01 02:10:46 UTC
Summary:

SELinux is preventing /usr/bin/kdm "getattr" access on /root/.dmrc.

Detailed Description:

[SELinux is in permissive mode. This access was not denied.]

SELinux denied access requested by kdm. It is not expected that this access is
required by kdm and this access may signal an intrusion attempt. It is also
possible that the specific version or configuration of the application is
causing it to require additional access.

Allowing Access:

You can generate a local policy module to allow this access - see FAQ
(http://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                system_u:system_r:xdm_t:s0-s0:c0.c1023
Target Context                system_u:object_r:admin_home_t:s0
Target Objects                /root/.dmrc [ file ]
Source                        kdm
Source Path                   /usr/bin/kdm
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           kdm-4.3.3-7.fc12.1
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.32-59.fc12
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31.9-174.fc12.i686.PAE #1
                              SMP Mon Dec 21 06:04:56 UTC 2009 i686 athlon
Alert Count                   1
First Seen                    Thu 31 Dec 2009 09:08:13 PM EST
Last Seen                     Thu 31 Dec 2009 09:08:13 PM EST
Local ID                      4e4328fe-0533-4f62-8e56-db16ce670049
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1262311693.61:22088): avc:  denied  { getattr } for  pid=17902 comm="kdm" path="/root/.dmrc" dev=dm-1 ino=31792 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1262311693.61:22088): arch=40000003 syscall=197 success=yes exit=0 a0=3 a1=bfa71b40 a2=aacff4 a3=3 items=0 ppid=17886 pid=17902 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="kdm" exe="/usr/bin/kdm" subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  selinux-policy-3.6.32-59.fc12,catchall,kdm,xdm_t,admin_home_t,file,getattr
audit2allow suggests:

#============= xdm_t ==============
allow xdm_t admin_home_t:file getattr;

Comment 1 Miroslav Grepl 2010-01-04 10:58:46 UTC

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