Bug 747307 - SELinux is preventing /usr/libexec/kde4/kcmdatetimehelper from 'write' accesses on the directory /.kde/share/config.
Summary: SELinux is preventing /usr/libexec/kde4/kcmdatetimehelper from 'write' access...
Keywords:
Status: CLOSED DUPLICATE of bug 747306
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:8145ad4da97...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-19 13:09 UTC by Mircea Sava
Modified: 2011-10-19 13:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-19 13:15:55 UTC
Type: ---


Attachments (Terms of Use)

Description Mircea Sava 2011-10-19 13:09:21 UTC
SELinux is preventing /usr/libexec/kde4/kcmdatetimehelper from 'write' accesses on the directory /.kde/share/config.

*****  Plugin catchall_labels (83.8 confidence) suggests  ********************

If you want to allow kcmdatetimehelper to have write access on the config directory
Then you need to change the label on /.kde/share/config
Do
# semanage fcontext -a -t FILE_TYPE '/.kde/share/config'
where FILE_TYPE is one of the following: config_usr_t, locale_t, etc_t. 
Then execute: 
restorecon -v '/.kde/share/config'


*****  Plugin catchall (17.1 confidence) suggests  ***************************

If you believe that kcmdatetimehelper should be allowed write access on the config directory 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 kcmdatetimehelp /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:default_t:s0
Target Objects                /.kde/share/config [ dir ]
Source                        kcmdatetimehelp
Source Path                   /usr/libexec/kde4/kcmdatetimehelper
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           kdebase-workspace-4.6.5-5.fc15
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-39.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.40.6-0.fc15.i686
                              #1 SMP Tue Oct 4 00:51:19 UTC 2011 i686 i686
Alert Count                   8
First Seen                    Wed 19 Oct 2011 03:39:03 PM EEST
Last Seen                     Wed 19 Oct 2011 03:43:10 PM EEST
Local ID                      cd1cdc88-cccb-4205-a3e3-5bd10effcf89

Raw Audit Messages
type=AVC msg=audit(1319027943.775:158): avc:  denied  { write } for  pid=4935 comm="kcmdatetimehelp" name="config" dev=dm-1 ino=2752518 scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=dir


type=SYSCALL msg=audit(1319027943.775:158): arch=i386 syscall=access success=no exit=EACCES a0=81331e0 a1=2 a2=49ff8430 a3=bfa54ab4 items=0 ppid=1 pid=4935 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=kcmdatetimehelp exe=/usr/libexec/kde4/kcmdatetimehelper subj=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 key=(null)

Hash: kcmdatetimehelp,gnomeclock_t,default_t,dir,write

audit2allow

#============= gnomeclock_t ==============
#!!!! The source type 'gnomeclock_t' can write to a 'dir' of the following types:
# config_usr_t, locale_t, etc_t

allow gnomeclock_t default_t:dir write;

audit2allow -R

#============= gnomeclock_t ==============
#!!!! The source type 'gnomeclock_t' can write to a 'dir' of the following types:
# config_usr_t, locale_t, etc_t

allow gnomeclock_t default_t:dir write;

Comment 1 Miroslav Grepl 2011-10-19 13:15:55 UTC

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


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