Bug 548552

Summary: SELinux is preventing /usr/bin/mono "ioctl" access on /dev/sdd1.
Product: [Fedora] Fedora Reporter: Daniel Scott <dan>
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: x86_64   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:33812b98af545190c4cb252e23518ba480452d587ea58e4c17ccae3c0483be45
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-17 19:13:42 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 Daniel Scott 2009-12-17 19:07:32 UTC
Summary:

SELinux is preventing /usr/bin/mono "ioctl" access on /dev/sdd1.

Detailed Description:

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

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                /dev/sdd1 [ 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-56.fc12
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31.6-162.fc12.x86_64 #1
                              SMP Fri Dec 4 00:06:26 EST 2009 x86_64 x86_64
Alert Count                   5
First Seen                    Thu 10 Dec 2009 10:25:00 AM EST
Last Seen                     Thu 17 Dec 2009 02:06:24 PM EST
Local ID                      eeb0e6f2-2350-416a-b9f7-c3340914d1b8
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1261076784.110:949691): avc:  denied  { ioctl } for  pid=30367 comm="mono" path="/dev/sdd1" dev=tmpfs ino=23747766 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(1261076784.110:949691): arch=c000003e syscall=16 success=yes exit=0 a0=5 a1=2285 a2=7fff0529c4a0 a3=7fff0529c230 items=0 ppid=30364 pid=30367 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-56.fc12,catchall,mono,podsleuth_t,fixed_disk_device_t,blk_file,ioctl
audit2allow suggests:

#============= podsleuth_t ==============
allow podsleuth_t fixed_disk_device_t:blk_file ioctl;

Comment 1 Daniel Walsh 2009-12-17 19:13:42 UTC

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