Bug 541042

Summary: SELinux is preventing dbus-daemon (system_dbusd_t) "mmap_zero" system_dbusd_t.
Product: [Fedora] Fedora Reporter: Henk Snel <henkj.snel>
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: dwalsh, henkj.snel, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:0cb97693db369baf508ac7f87b9f90549a33e2b046bd9776af2aa6db0f7c03c0
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-24 20:08:26 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 Henk Snel 2009-11-24 19:48:24 UTC
Summary:

SELinux is preventing dbus-daemon (system_dbusd_t) "mmap_zero" system_dbusd_t.

Detailed Description:

SELinux denied access requested by dbus-daemon. It is not expected that this
access is required by dbus-daemon 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://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385) Or you can disable
SELinux protection altogether. Disabling SELinux protection is not recommended.
Please file a bug report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi)
against this package.

Additional Information:

Source Context                system_u:system_r:system_dbusd_t:s0-s0:c0.c1023
Target Context                system_u:system_r:system_dbusd_t:s0-s0:c0.c1023
Target Objects                None [ memprotect ]
Source                        dbus-daemon
Source Path                   /bin/dbus-daemon
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           dbus-1.2.12-2.fc11
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.12-62.fc11
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.29.6-213.fc11.x86_64
                              #1 SMP Tue Jul 7 21:02:57 EDT 2009 x86_64 x86_64
Alert Count                   6
First Seen                    Sat 25 Jul 2009 07:25:44 PM CEST
Last Seen                     Sat 25 Jul 2009 07:25:44 PM CEST
Local ID                      38c2d2dd-3dc9-49af-8c7c-a70e4d8dd374
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1248542744.415:6): avc:  denied  { mmap_zero } for  pid=1422 comm="dbus-daemon" scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tclass=memprotect

node=(removed) type=AVC msg=audit(1248542744.415:6): avc:  denied  { mmap_zero } for  pid=1422 comm="dbus-daemon" scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tclass=memprotect

node=(removed) type=AVC msg=audit(1248542744.415:6): avc:  denied  { mmap_zero } for  pid=1422 comm="dbus-daemon" scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tclass=memprotect

node=(removed) type=SYSCALL msg=audit(1248542744.415:6): arch=c000003e syscall=125 success=no exit=889569240 a0=7fff974e3834 a1=0 a2=7fff952a9e80 a3=24 items=0 ppid=1 pid=1422 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dbus-daemon" exe="/bin/dbus-daemon" subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  selinux-policy-3.6.12-62.fc11,catchall,dbus-daemon,system_dbusd_t,system_dbusd_t,memprotect,mmap_zero
audit2allow suggests:

#============= system_dbusd_t ==============
allow system_dbusd_t self:memprotect mmap_zero;

Comment 1 Daniel Walsh 2009-11-24 20:08:26 UTC

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