| Summary: | SELinux is preventing /usr/bin/boinc_client from read access on the fifo_file fifo_file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Juan Orti <jorti> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-25 22:38:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Juan Orti
2011-12-25 19:38:33 UTC
More verbose output:
SELinux is preventing /usr/bin/boinc_client from 'read' accesses on the fifo_file fifo_file.
***** Plugin catchall (100. confidence) suggests ***************************
If cree que de manera predeterminada, boinc_client debería permitir acceso read sobre fifo_file fifo_file.
Then debería reportar esto como un error.
Puede generar un módulo de política local para permitir este acceso.
Do
permita el acceso momentáneamente executando:
# 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:system_r:boinc_t:s0
Target Objects fifo_file [ fifo_file ]
Source boinc_client
Source Path /usr/bin/boinc_client
Port <Desconocido>
Host (removed)
Source RPM Packages
Target RPM Packages
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.6-1.fc16.x86_64 #1 SMP Wed
Dec 21 22:41:17 UTC 2011 x86_64 x86_64
Alert Count 70324
First Seen dom 25 dic 2011 13:27:33 CET
Last Seen dom 25 dic 2011 20:35:51 CET
Local ID 244f4ccb-3b35-49cb-86a0-ce9ddd253433
Raw Audit Messages
type=AVC msg=audit(1324841751.395:4679143): avc: denied { read } for pid=16757 comm="boinc_client" path="pipe:[78227]" dev=pipefs ino=78227 scontext=system_u:system_r:boinc_t:s0 tcontext=system_u:system_r:boinc_t:s0 tclass=fifo_file
Hash: boinc_client,boinc_t,boinc_t,fifo_file,read
audit2allow
#============= boinc_t ==============
allow boinc_t self:fifo_file read;
audit2allow -R
#============= boinc_t ==============
allow boinc_t self:fifo_file read;
*** This bug has been marked as a duplicate of bug 770148 *** |