Bug 538300 - SELinux is preventing /usr/bin/gdb "write" access on gdb.
Summary: SELinux is preventing /usr/bin/gdb "write" access on gdb.
Keywords:
Status: CLOSED DUPLICATE of bug 528554
Alias: None
Product: Fedora
Classification: Fedora
Component: glib2
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:5b2c16e4ef4...
: 542014 551071 551904 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-18 07:47 UTC by meheezen
Modified: 2012-04-22 04:47 UTC (History)
18 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-01-04 18:03:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description meheezen 2009-11-18 07:47:20 UTC
Summary:

SELinux is preventing /usr/bin/gdb "write" access on gdb.

Detailed Description:

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:xdm_t:s0-s0:c0.c1023
Target Context                system_u:object_r:usr_t:s0
Target Objects                gdb [ dir ]
Source                        gdb
Source Path                   /usr/bin/gdb
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           gdb-7.0-3.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.32-41.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Enforcing
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31.5-127.fc12.x86_64 #1 SMP Sat
                              Nov 7 21:11:14 EST 2009 x86_64 x86_64
Alert Count                   2
First Seen                    Wed 18 Nov 2009 07:45:48 AM CET
Last Seen                     Wed 18 Nov 2009 07:45:48 AM CET
Local ID                      215663bf-5708-4102-91ec-1b591458db8e
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1258526748.233:43685): avc:  denied  { write } for  pid=2496 comm="gdb" name="gdb" dev=dm-1 ino=62553 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=dir

node=(removed) type=SYSCALL msg=audit(1258526748.233:43685): arch=c000003e syscall=2 success=no exit=-13 a0=7fffb23e7fa0 a1=2c1 a2=81ed a3=7fc18c417ad0 items=0 ppid=2495 pid=2496 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:xdm_t:s0-s0:c0.c1023 key=(null)



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

#============= xdm_t ==============
allow xdm_t usr_t:dir write;

Comment 1 Daniel Walsh 2009-11-18 12:43:58 UTC
I believe this is caused by gdb trying to write to the
/usr/share/gdb/python/gdb directory.

Do you have some python scripts here without pyo and pyc files?

Comment 2 Jan Kratochvil 2009-11-18 12:56:11 UTC
No, all .pyo/.pyc files are present there as built by the python .spec rules.

Comment 3 Jan Kratochvil 2009-11-18 12:58:16 UTC
The NEEDINFO was from the reporter I see, sorry.
+`rpm -V gdb' output would be ale useful.

Comment 4 Daniel Walsh 2009-11-18 13:18:41 UTC
Yes, I checked on my machine and the pyc and pyo files were there.  But that is the most likely cause.

Comment 5 meheezen 2009-11-18 17:41:34 UTC
hello everybody, i'm new to linux and all, just got F12 and wanted to check it out. i don't know what info you need or how to get them, any help tutorial would be appreciated. reason for the report is that i saw somewhere i should file a bug report, so i did. ty in advance

Comment 6 Daniel Walsh 2009-11-18 18:16:54 UTC
Just tell us what the contents of /usr/share/gdb/python/gdb is

ls -l /usr/share/gdb/python/gdb

And attach the output of 

rpm -qV gdb

Comment 7 Daniel Walsh 2009-12-23 17:01:14 UTC
*** Bug 542014 has been marked as a duplicate of this bug. ***

Comment 8 Daniel Walsh 2009-12-29 22:13:09 UTC
*** Bug 551071 has been marked as a duplicate of this bug. ***

Comment 9 Jan Kratochvil 2010-01-03 17:37:27 UTC
This Bug has nothing to do with gdb.
gdb is just using python binding.
This is an issue of python (or python rpm support scripts) vs. selinux.

Comment 10 Daniel Walsh 2010-01-04 15:27:45 UTC
gdb is shipping py files without the pyc/pyo files.

Comment 11 Daniel Walsh 2010-01-04 15:34:56 UTC
*** Bug 551904 has been marked as a duplicate of this bug. ***

Comment 12 Jan Kratochvil 2010-01-04 17:36:36 UTC
(In reply to comment #10)
> gdb is shipping py files without the pyc/pyo files.  

"gdb" does not.  But "glib2-devel" does:
/usr/share/glib-2.0/gdb/glib.py
/usr/share/glib-2.0/gdb/gobject.py

due to:
%exclude %{_datadir}/glib-2.0/gdb/*.pyo
%exclude %{_datadir}/glib-2.0/gdb/*.pyc

Present in: glib2-2.22.3-2.fc12

Comment 13 Matthias Clasen 2010-01-04 18:03:49 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.