Bug 815486 - SELinux is preventing /usr/lib/virtualbox/VBoxXPCOMIPCD from 'create' accesses on the sock_file ipcd.
Summary: SELinux is preventing /usr/lib/virtualbox/VBoxXPCOMIPCD from 'create' accesse...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 16
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:813b16fb25cd9d9e28f340dfdb1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-23 17:17 UTC by Pascal94
Modified: 2012-04-24 08:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-24 08:22:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pascal94 2012-04-23 17:17:45 UTC
libreport version: 2.0.8
executable:     /usr/bin/python2.7
hashmarkername: setroubleshoot
kernel:         3.3.2-6.fc16.x86_64
reason:         SELinux is preventing /usr/lib/virtualbox/VBoxXPCOMIPCD from 'create' accesses on the sock_file ipcd.
time:           lun. 23 avril 2012 19:17:12 CEST

description:
:SELinux is preventing /usr/lib/virtualbox/VBoxXPCOMIPCD from 'create' accesses on the sock_file ipcd.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that VBoxXPCOMIPCD should be allowed create access on the ipcd sock_file by default.
:Then you should report this as a bug.
:You can generate a local policy module to allow this access.
:Do
:allow this access for now by executing:
:# grep VBoxXPCOMIPCD /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:boinc_project_t:s0
:Target Context                system_u:object_r:boinc_project_tmp_t:s0
:Target Objects                ipcd [ sock_file ]
:Source                        VBoxXPCOMIPCD
:Source Path                   /usr/lib/virtualbox/VBoxXPCOMIPCD
:Port                          <Inconnu>
:Host                          (removed)
:Source RPM Packages           VirtualBox-4.1-4.1.10_76795_fedora16-1.x86_64
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-78.fc16.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux CM-ELITE-341 3.2.10-1.fc16.x86_64 #1 SMP Mon
:                              Mar 12 22:34:35 UTC 2012 x86_64 x86_64
:Alert Count                   2
:First Seen                    dim. 18 mars 2012 09:55:26 CET
:Last Seen                     dim. 18 mars 2012 09:55:48 CET
:Local ID                      39352432-dc1b-4155-bee3-8aa07ab1f6b0
:
:Raw Audit Messages
:type=AVC msg=audit(1332060948.725:87): avc:  denied  { create } for  pid=2314 comm="VBoxXPCOMIPCD" name="ipcd" scontext=system_u:system_r:boinc_project_t:s0 tcontext=system_u:object_r:boinc_project_tmp_t:s0 tclass=sock_file
:
:
:type=SYSCALL msg=audit(1332060948.725:87): arch=x86_64 syscall=bind success=yes exit=0 a0=8 a1=7fffa3a37ed0 a2=6a a3=28 items=0 ppid=1 pid=2314 auid=4294967295 uid=993 gid=990 euid=993 suid=993 fsuid=993 egid=990 sgid=990 fsgid=990 tty=(none) ses=4294967295 comm=VBoxXPCOMIPCD exe=/usr/lib/virtualbox/VBoxXPCOMIPCD subj=system_u:system_r:boinc_project_t:s0 key=(null)
:
:Hash: VBoxXPCOMIPCD,boinc_project_t,boinc_project_tmp_t,sock_file,create
:
:audit2allow
:
:#============= boinc_project_t ==============
:#!!!! This avc is allowed in the current policy
:
:allow boinc_project_t boinc_project_tmp_t:sock_file create;
:
:audit2allow -R
:
:#============= boinc_project_t ==============
:#!!!! This avc is allowed in the current policy
:
:allow boinc_project_t boinc_project_tmp_t:sock_file create;
:

Comment 1 Miroslav Grepl 2012-04-24 08:22:42 UTC
Please update your policy

$ yum update selinux-policy-targeted


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