Bug 637610

Summary: SELinux is preventing /usr/bin/runcon "transition" access on /bin/mount.
Product: [Fedora] Fedora Reporter: Leon K <leon.kacowicz>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-27 13:05:01 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 Leon K 2010-09-26 21:13:26 UTC
Summary:

SELinux is preventing /usr/bin/runcon "transition" access on /bin/mount.

Detailed Description:

SELinux denied access requested by runcon. It is not expected that this access
is required by runcon 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                system_u:system_r:init_t:s0
Target Context                system_u:system_r:unconfined_t:s0
Target Objects                /bin/mount [ process ]
Source                        runcon
Source Path                   /usr/bin/runcon
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           coreutils-8.4-8.fc13
Target RPM Packages           util-linux-ng-2.17.2-8.fc13
Policy RPM                    selinux-policy-3.7.19-57.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.34.7-56.fc13.i686 #1 SMP
                              Wed Sep 15 03:33:58 UTC 2010 i686 i686
Alert Count                   1
First Seen                    Sun 26 Sep 2010 06:10:36 PM BRT
Last Seen                     Sun 26 Sep 2010 06:10:36 PM BRT
Local ID                      7d709a2e-884c-49fb-80b4-693a9643e62a
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1285535436.332:18337): avc:  denied  { transition } for  pid=11225 comm="runcon" path="/bin/mount" dev=sda3 ino=15421 scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:unconfined_t:s0 tclass=process

node=(removed) type=SYSCALL msg=audit(1285535436.332:18337): arch=40000003 syscall=11 success=no exit=-13 a0=bf973f99 a1=bf974144 a2=bf97415c a3=bf975f86 items=0 ppid=11217 pid=11225 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runcon" exe="/usr/bin/runcon" subj=system_u:system_r:init_t:s0 key=(null)



Hash String generated from  catchall,runcon,init_t,unconfined_t,process,transition
audit2allow suggests:

#============= init_t ==============
allow init_t unconfined_t:process transition;

Comment 1 Daniel Walsh 2010-09-27 13:05:01 UTC

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