Bug 671985 - SELinux is preventing /usr/bin/python "create" access on ldap.confsrXyDH.
Summary: SELinux is preventing /usr/bin/python "create" access on ldap.confsrXyDH.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 13
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:c70133a7d24...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-23 02:56 UTC by maurizio
Modified: 2011-01-24 14:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-24 14:21:07 UTC
Type: ---


Attachments (Terms of Use)

Description maurizio 2011-01-23 02:56:58 UTC
Summary:

SELinux is preventing /usr/bin/python "create" access on ldap.confsrXyDH.

Detailed Description:

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

SELinux denied access requested by authconfig-gtk.. It is not expected that this
access is required by authconfig-gtk. 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://docs.fedoraproject.org/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c102
                              3
Target Context                sysadm_u:object_r:var_lib_t:s0
Target Objects                ldap.confsrXyDH [ file ]
Source                        authconfig-gtk.
Source Path                   /usr/bin/python
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           python-2.6.4-27.fc13
Target RPM Packages           
Policy RPM                    selinux-policy-3.7.19-76.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.34.7-61.fc13.i686
                              #1 SMP Tue Oct 19 04:42:47 UTC 2010 i686 i686
Alert Count                   2
First Seen                    Fri 21 Jan 2011 07:54:22 PM MST
Last Seen                     Fri 21 Jan 2011 07:54:22 PM MST
Local ID                      cec804d5-3c6a-4c05-b0a0-1f9222382c71
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1295664862.423:1464): avc:  denied  { create } for  pid=16264 comm="authconfig-gtk." name="ldap.confsrXyDH" scontext=sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 tcontext=sysadm_u:object_r:var_lib_t:s0 tclass=file

node=(removed) type=AVC msg=audit(1295664862.423:1464): avc:  denied  { read write open } for  pid=16264 comm="authconfig-gtk." name="ldap.confsrXyDH" dev=dm-0 ino=81 scontext=sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 tcontext=sysadm_u:object_r:var_lib_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1295664862.423:1464): arch=40000003 syscall=5 success=yes exit=3 a0=97ab760 a1=280c2 a2=180 a3=9190050 items=0 ppid=16237 pid=16264 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="authconfig-gtk." exe="/usr/bin/python" subj=sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  catchall,authconfig-gtk.,oddjob_mkhomedir_t,var_lib_t,file,create
audit2allow suggests:

#============= oddjob_mkhomedir_t ==============
#!!!! The source type 'oddjob_mkhomedir_t' can write to a 'file' of the following type:
# user_home_type

allow oddjob_mkhomedir_t var_lib_t:file { read write create open };


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