Bug 543420 - SELinux is preventing the kdm from using potentially mislabeled files (./.dmrc).
Summary: SELinux is preventing the kdm from using potentially mislabeled files (./.dmrc).
Keywords:
Status: CLOSED DUPLICATE of bug 538428
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 12
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:1bc1fa137d1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-02 11:11 UTC by Iftikhar
Modified: 2009-12-02 11:13 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-02 11:13:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Iftikhar 2009-12-02 11:11:27 UTC
Summary:

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

Detailed Description:

SELinux has denied kdm access to potentially mislabeled file(s) (./.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 './.dmrc'. You might want to relabel the entire directory using restorecon -R
-v '.'.

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                ./.dmrc [ file ]
Source                        kdm
Source Path                   /usr/bin/kdm
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           kdm-4.2.2-3.fc10
Target RPM Packages           
Policy RPM                    selinux-policy-3.5.13-57.fc10
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Plugin Name                   home_tmp_bad_labels
Host Name                     (removed)
Platform                      Linux (removed) 2.6.27.21-170.2.56.fc10.i686
                              #1 SMP Mon Mar 23 23:37:54 EDT 2009 i686 i686
Alert Count                   74
First Seen                    Mon 12 Jan 2009 09:45:50 PM GMT
Last Seen                     Fri 01 May 2009 11:06:19 AM BST
Local ID                      6cbfed19-34e5-4dcb-9134-6d1d4dfe9f1a
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1241172379.379:28): avc:  denied  { write } for  pid=3194 comm="kdm" name=".dmrc" dev=dm-0 ino=24109358 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(1241172379.379:28): arch=40000003 syscall=5 success=no exit=-13 a0=80661f6 a1=8a41 a2=180 a3=8a41 items=0 ppid=3147 pid=3194 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 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.5.13-57.fc10,home_tmp_bad_labels,kdm,xdm_t,admin_home_t,file,write
audit2allow suggests:

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

Comment 1 Miroslav Grepl 2009-12-02 11:13:14 UTC

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


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