Bug 545378 - SELinux is preventing /usr/bin/gdb "remove_name" access on gobject.pyc.
Summary: SELinux is preventing /usr/bin/gdb "remove_name" access on gobject.pyc.
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:e9e3d3fc2f0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-08 12:35 UTC by Vratislav Podzimek
Modified: 2009-12-09 13:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-09 13:40:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vratislav Podzimek 2009-12-08 12:35:09 UTC
Summary:

SELinux is preventing /usr/bin/gdb "remove_name" access on gobject.pyc.

Detailed Description:

[SELinux is in permissive mode. 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:xdm_t:s0-s0:c0.c1023
Target Context                system_u:object_r:usr_t:s0
Target Objects                gobject.pyc [ 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-46.fc12
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.31.5-127.fc12.i686.PAE #1
                              SMP Sat Nov 7 21:25:57 EST 2009 i686 i686
Alert Count                   2
First Seen                    Sat 28 Nov 2009 08:48:54 PM CET
Last Seen                     Sat 28 Nov 2009 08:48:54 PM CET
Local ID                      26ee9996-bc47-48b1-b8c3-78e3a495db9d
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1259437734.402:412): avc:  denied  { remove_name } for  pid=2963 comm="gdb" name="gobject.pyc" dev=sda9 ino=160511 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1259437734.402:412): avc:  denied  { unlink } for  pid=2963 comm="gdb" name="gobject.pyc" dev=sda9 ino=160511 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:usr_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1259437734.402:412): arch=40000003 syscall=10 success=yes exit=0 a0=bfc5a78b a1=b7623d10 a2=259f868 a3=bfc5b7eb items=0 ppid=2961 pid=2963 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-46.fc12,catchall,gdb,xdm_t,usr_t,dir,remove_name
audit2allow suggests:

#============= xdm_t ==============
allow xdm_t usr_t:dir remove_name;
allow xdm_t usr_t:file unlink;

Comment 1 Daniel Walsh 2009-12-09 13:40:27 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.