Bug 659153

Summary: SELinux is preventing /usr/bin/python "read" access on /etc/selinux/targeted/modules/semanage.read.LOCK.
Product: [Fedora] Fedora Reporter: maurizio <antillon.maurizio>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: antillon.maurizio, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:de20aac66d75ec972ceab6f0572d0e08965ebc31c2c5a71cdc51826d87b8b120
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-02 09:36:10 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 maurizio 2010-12-02 01:27:19 UTC
Summary:

SELinux is preventing /usr/bin/python "read" access on
/etc/selinux/targeted/modules/semanage.read.LOCK.

Detailed Description:

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

SELinux denied access requested by /usr/share/syst. It is not expected that this
access is required by /usr/share/syst 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                mauricio:user_r:user_t:s0-s0:c0.c1023
Target Context                system_u:object_r:semanage_read_lock_t:s0
Target Objects                /etc/selinux/targeted/modules/semanage.read.LOCK [
                              file ]
Source                        /usr/share/syst
Source Path                   /usr/bin/python
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           python-2.6.4-25.fc13
Target RPM Packages           selinux-policy-targeted-3.7.19-69.fc13
Policy RPM                    selinux-policy-3.7.19-69.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.33.3-85.fc13.i686
                              #1 SMP Thu May 6 18:44:12 UTC 2010 i686 i686
Alert Count                   1
First Seen                    Wed 01 Dec 2010 05:41:48 PM MST
Last Seen                     Wed 01 Dec 2010 05:41:48 PM MST
Local ID                      30e5d4fe-24cf-40de-823e-c25848b3eb77
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1291250508.508:37): avc:  denied  { read } for  pid=2601 comm="/usr/share/syst" name="semanage.read.LOCK" dev=dm-0 ino=60765 scontext=mauricio:user_r:user_t:s0-s0:c0.c1023 tcontext=system_u:object_r:semanage_read_lock_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1291250508.508:37): arch=40000003 syscall=33 success=yes exit=0 a0=c5cbea0 a1=4 a2=791424 a3=c5cbea0 items=0 ppid=2583 pid=2601 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="/usr/share/syst" exe="/usr/bin/python" subj=mauricio:user_r:user_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  catchall,/usr/share/syst,user_t,semanage_read_lock_t,file,read
audit2allow suggests:

#============= user_t ==============
allow user_t semanage_read_lock_t:file read;

Comment 1 Miroslav Grepl 2010-12-02 09:36:10 UTC

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