Bug 539839

Summary: SELinux is preventing /usr/lib/chromium-browser/chrome-sandbox "getattr" access on /proc/<pid>.
Product: [Fedora] Fedora Reporter: Juan <reidrac>
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: adam, bub181, dwalsh, maral.afris, mgrepl, ramoncarlodattatrirn
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:063a34a6c9583c3537fb5dbf1942d7c52e58e7c20b31026a5c744713a2ca2ba7
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-23 08:16: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 Juan 2009-11-21 09:59:22 UTC
Resúmen:

SELinux is preventing /usr/lib/chromium-browser/chrome-sandbox "getattr" access
on /proc/.

Descripción Detallada:

[chrome-sandbox es un tipo permisivo (chrome_sandbox_t). Este acceso no fue
denegado.]

SELinux denied access requested by chrome-sandbox. It is not expected that this
access is required by chrome-sandbox 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.

Permitiendo Acceso:

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.

Información Adicional:

Contexto Fuente               unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c
                              0.c1023
Contexto Destino              system_u:system_r:udev_t:s0-s0:c0.c1023
Objetos Destino               /proc/<pid> [ dir ]
Fuente                        chrome-sandbox
Dirección de Fuente          /usr/lib/chromium-browser/chrome-sandbox
Puerto                        <Desconocido>
Nombre de Equipo              (removed)
Paquetes RPM Fuentes          chromium-4.0.252.0-0.1.20091119svn32498.fc12
Paquetes RPM Destinos         
RPM de Políticas             selinux-policy-3.6.32-41.fc12
SELinux Activado              True
Tipo de Política             targeted
Modo Obediente                Enforcing
Nombre de Plugin              catchall
Nombre de Equipo              (removed)
Plataforma                    Linux (removed) 2.6.31.5-127.fc12.i686 #1
                              SMP Sat Nov 7 21:41:45 EST 2009 i686 i686
Cantidad de Alertas           1
Visto por Primera Vez         sáb 21 nov 2009 10:52:58 CET
Visto por Última Vez         sáb 21 nov 2009 10:52:58 CET
ID Local                      aceb15e2-afed-4110-9e59-b72501b5aa42
Números de Línea            

Mensajes de Auditoría Crudos 

node=(removed) type=AVC msg=audit(1258797178.68:109): avc:  denied  { getattr } for  pid=2573 comm="chrome-sandbox" path="/proc/339" dev=proc ino=6216 scontext=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 tcontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tclass=dir

node=(removed) type=SYSCALL msg=audit(1258797178.68:109): arch=40000003 syscall=195 success=yes exit=0 a0=bfff277c a1=bfff2714 a2=385ff4 a3=bfff4a56 items=0 ppid=2568 pid=2573 auid=500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=(none) ses=1 comm="chrome-sandbox" exe="/usr/lib/chromium-browser/chrome-sandbox" subj=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  selinux-policy-3.6.32-41.fc12,catchall,chrome-sandbox,chrome_sandbox_t,udev_t,dir,getattr
audit2allow suggests:

#============= chrome_sandbox_t ==============
allow chrome_sandbox_t udev_t:dir getattr;

Comment 1 Miroslav Grepl 2009-11-23 08:16:01 UTC

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