Bug 521447 - setroubleshoot: SELinux is preventing the kdm from using potentially mislabeled files (/root/.dmrc).
Summary: setroubleshoot: SELinux is preventing the kdm from using potentially mis...
Keywords:
Status: CLOSED DUPLICATE of bug 521449
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:f200fe5700d...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-05 22:05 UTC by STEVEN WARD
Modified: 2009-09-06 19:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-06 19:39:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description STEVEN WARD 2009-09-05 22:05:01 UTC
The following was filed automatically by setroubleshoot:

Summary:

SELinux is preventing the kdm from using potentially mislabeled files
(/root/.dmrc).

Detailed Description:

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

SELinux has denied kdm access to potentially mislabeled file(s) (/root/.dmrc).
This means that SELinux will not allow kdm to use these files. It is common for
users to edit files in their home directory or tmp directories and then move
(mv) them to system directories. The problem is that the files end up with the
wrong file context which confined applications are not allowed to access.

Allowing Access:

If you want kdm to access this files, you need to relabel them using restorecon
-v '/root/.dmrc'. You might want to relabel the entire directory using
restorecon -R -v '/root'.

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.1-1.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.30-2.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Permissive
Plugin Name                   home_tmp_bad_labels
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31-0.199.rc8.git2.fc12.i686 #1
                              SMP Wed Sep 2 21:10:11 EDT 2009 i686 athlon
Alert Count                   71
First Seen                    Fri 28 Aug 2009 09:41:53 PM BST
Last Seen                     Sat 05 Sep 2009 11:55:51 PM BST
Local ID                      d8e63ec2-3d97-47ba-9c31-b6cf566ed198
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1252191351.695:10): avc:  denied  { read } for  pid=1316 comm="kdm" name=".dmrc" dev=dm-0 ino=21425 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=AVC msg=audit(1252191351.695:10): avc:  denied  { open } for  pid=1316 comm="kdm" name=".dmrc" dev=dm-0 ino=21425 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(1252191351.695:10): arch=40000003 syscall=5 success=yes exit=3 a0=9ccba10 a1=8800 a2=0 a3=0 items=0 ppid=1245 pid=1316 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)


audit2allow suggests:

#============= xdm_t ==============
allow xdm_t admin_home_t:file { read open };

Comment 1 Daniel Walsh 2009-09-06 19:39:22 UTC

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


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