Bug 558754

Summary: SELinux is preventing /usr/bin/mono "read write" access on sdb2.
Product: [Fedora] Fedora Reporter: Steve Clark <stevenrossclark>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:d6f7a1397a2e8011492cc9bc690eef9df247c11d99d5c6cc82281496b420d8e5
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-27 13:12:54 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 Steve Clark 2010-01-26 10:32:30 UTC
Summary:

SELinux is preventing /usr/bin/mono "read write" access on sdb2.

Detailed Description:

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

Additional Information:

Source Context                system_u:system_r:podsleuth_t:s0
Target Context                system_u:object_r:fixed_disk_device_t:s0
Target Objects                sdb2 [ blk_file ]
Source                        mono
Source Path                   /usr/bin/mono
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           mono-core-2.4.2.3-2.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.32-41.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.31.12-174.2.3.fc12.i686.PAE #1 SMP Mon Jan 18
                              20:06:44 UTC 2010 i686 i686
Alert Count                   10
First Seen                    Sun 24 Jan 2010 03:00:02 PM GMT
Last Seen                     Tue 26 Jan 2010 10:21:41 AM GMT
Local ID                      82de6bd0-17cb-4c0e-aee1-147289e15be0
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1264501301.490:44): avc:  denied  { read write } for  pid=4441 comm="mono" name="sdb2" dev=tmpfs ino=87140 scontext=system_u:system_r:podsleuth_t:s0 tcontext=system_u:object_r:fixed_disk_device_t:s0 tclass=blk_file

node=(removed) type=SYSCALL msg=audit(1264501301.490:44): arch=40000003 syscall=5 per=400000 success=no exit=-13 a0=9216ac8 a1=8002 a2=0 a3=0 items=0 ppid=4436 pid=4441 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="mono" exe="/usr/bin/mono" subj=system_u:system_r:podsleuth_t:s0 key=(null)



Hash String generated from  selinux-policy-3.6.32-41.fc12,catchall,mono,podsleuth_t,fixed_disk_device_t,blk_file,read,write
audit2allow suggests:

#============= podsleuth_t ==============
allow podsleuth_t fixed_disk_device_t:blk_file { read write };

Comment 1 Miroslav Grepl 2010-01-27 13:12:54 UTC

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