Bug 770150

Summary: SELinux is preventing /usr/bin/boinc_client from 'read' accesses on the directory /proc.
Product: [Fedora] Fedora Reporter: Robert Kief <robert.l.kief>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dominick.grift, dwalsh, mgrepl, westbb
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:863cc633bff8184cdd3dbaa8fa197c3f4e2fe110fa9518eb38ed382d9506d161
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-25 18:14:47 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 Robert Kief 2011-12-23 16:12:08 UTC
libreport version: 2.0.8
executable:     /usr/bin/python
hashmarkername: setroubleshoot
kernel:         3.1.5-2.fc16.x86_64
reason:         SELinux is preventing /usr/bin/boinc_client from 'read' accesses on the directory /proc.
time:           Fri 23 Dec 2011 10:11:35 AM CST

description:
:SELinux is preventing /usr/bin/boinc_client from 'read' accesses on the directory /proc.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that boinc_client should be allowed read access on the proc directory 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 boinc_client /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:boinc_t:s0
:Target Context                system_u:object_r:proc_t:s0
:Target Objects                /proc [ dir ]
:Source                        boinc_client
:Source Path                   /usr/bin/boinc_client
:Port                          <Unknown>
:Host                          (removed)
:Source RPM Packages           boinc-client-6.12.35-1.r24014svn.fc16
:Target RPM Packages           filesystem-2.4.44-1.fc16
:Policy RPM                    selinux-policy-3.10.0-67.fc16
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Enforcing
:Host Name                     (removed)
:Platform                      Linux (removed) 3.1.5-2.fc16.x86_64 #1 SMP
:                              Mon Dec 12 21:25:51 UTC 2011 x86_64 x86_64
:Alert Count                   95
:First Seen                    Fri 23 Dec 2011 09:55:33 AM CST
:Last Seen                     Fri 23 Dec 2011 10:11:19 AM CST
:Local ID                      cb13d89a-ca03-4da6-9322-8a036783046f
:
:Raw Audit Messages
:type=AVC msg=audit(1324656679.797:2480): avc:  denied  { read } for  pid=11638 comm="boinc_client" name="/" dev=proc ino=1 scontext=system_u:system_r:boinc_t:s0 tcontext=system_u:object_r:proc_t:s0 tclass=dir
:
:
:type=SYSCALL msg=audit(1324656679.797:2480): arch=x86_64 syscall=openat success=no exit=EACCES a0=ffffffffffffff9c a1=30b7267f84 a2=90800 a3=0 items=0 ppid=1 pid=11638 auid=4294967295 uid=992 gid=989 euid=992 suid=992 fsuid=992 egid=989 sgid=989 fsgid=989 tty=(none) ses=4294967295 comm=boinc_client exe=/usr/bin/boinc_client subj=system_u:system_r:boinc_t:s0 key=(null)
:
:Hash: boinc_client,boinc_t,proc_t,dir,read
:
:audit2allow
:
:#============= boinc_t ==============
:allow boinc_t proc_t:dir read;
:
:audit2allow -R
:
:#============= boinc_t ==============
:allow boinc_t proc_t:dir read;
:

Comment 1 Miroslav Grepl 2011-12-25 18:14:47 UTC

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