Bug 549485 - SELinux is preventing /usr/bin/gdb "write" access on /usr/share/glib-2.0/gdb.
Summary: SELinux is preventing /usr/bin/gdb "write" access on /usr/share/glib-2.0/gdb.
Keywords:
Status: CLOSED DUPLICATE of bug 528554
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 12
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:0049dbeb84f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-21 19:46 UTC by Dzmitry
Modified: 2009-12-21 19:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-21 19:49:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dzmitry 2009-12-21 19:46:53 UTC
Summary:

SELinux is preventing /usr/bin/gdb "write" access on /usr/share/glib-2.0/gdb.

Detailed Description:

[gdb has a permissive type (abrt_t). This access was not denied.]

SELinux denied access requested by gdb. It is not expected that this access is
required by gdb 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) Please file a bug
report.

Additional Information:

Source Context                system_u:system_r:abrt_t:s0-s0:c0.c1023
Target Context                system_u:object_r:usr_t:s0
Target Objects                /usr/share/glib-2.0/gdb [ dir ]
Source                        gdb
Source Path                   /usr/bin/gdb
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           gdb-7.0-9.fc12
Target RPM Packages           glib2-devel-2.22.3-1.fc12
Policy RPM                    selinux-policy-3.6.32-56.fc12
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31.6-166.fc12.i686.PAE #1 SMP Wed
                              Dec 9 11:00:30 EST 2009 i686 athlon
Alert Count                   4
First Seen                    Mon 21 Dec 2009 09:44:11 PM EET
Last Seen                     Mon 21 Dec 2009 09:44:11 PM EET
Local ID                      c048c1e0-d267-4396-b4d7-6b1eab2b4a28
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1261424651.162:243): avc:  denied  { write } for  pid=19556 comm="gdb" name="gdb" dev=dm-2 ino=213143 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1261424651.162:243): avc:  denied  { add_name } for  pid=19556 comm="gdb" name="gobject.pyc" scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1261424651.162:243): avc:  denied  { create } for  pid=19556 comm="gdb" name="gobject.pyc" scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=file

node=(removed) type=AVC msg=audit(1261424651.162:243): avc:  denied  { write } for  pid=19556 comm="gdb" name="gobject.pyc" dev=dm-2 ino=179226 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1261424651.162:243): arch=40000003 syscall=5 success=yes exit=14 a0=bf84b80b a1=82c1 a2=81ed a3=bf84c86b items=0 ppid=1574 pid=19556 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="gdb" exe="/usr/bin/gdb" subj=system_u:system_r:abrt_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  selinux-policy-3.6.32-56.fc12,catchall,gdb,abrt_t,usr_t,dir,write
audit2allow suggests:

#============= abrt_t ==============
allow abrt_t usr_t:dir { write add_name };
allow abrt_t usr_t:file { write create };

Comment 1 Daniel Walsh 2009-12-21 19:49:22 UTC

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


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