Bug 531416

Summary: SELinux is preventing /usr/sbin/abrtd "setattr" access on Bugzilla.conf.
Product: [Fedora] Fedora Reporter: bugzilla.redhat-lists
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:64de924d359815678bc4753bf16de25bbb3745a1feaf21ea1180c25c214e8037
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-28 12:15:56 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 bugzilla.redhat-lists 2009-10-28 08:40:34 UTC
Summary:

SELinux is preventing /usr/sbin/abrtd "setattr" access on Bugzilla.conf.

Detailed Description:

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

SELinux denied access requested by abrtd. It is not expected that this access is
required by abrtd 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
Target Context                system_u:object_r:user_home_dir_t:s0
Target Objects                Bugzilla.conf [ file ]
Source                        abrtd
Source Path                   /usr/sbin/abrtd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           abrt-0.0.9-2.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.32-24.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.1-56.fc12.i686
                              #1 SMP Tue Sep 29 16:32:02 EDT 2009 i686 i686
Alert Count                   1
First Seen                    Wed 28 Oct 2009 08:36:07 AM EDT
Last Seen                     Wed 28 Oct 2009 08:36:07 AM EDT
Local ID                      c69ac30a-4cfa-4df3-83f0-5003cc3b7033
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1256733367.147:23229): avc:  denied  { setattr } for  pid=1404 comm="abrtd" name="Bugzilla.conf" dev=dm-1 ino=79426 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:user_home_dir_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1256733367.147:23229): arch=40000003 syscall=212 success=yes exit=0 a0=8c18a34 a1=1f4 a2=1f4 a3=8c1b388 items=0 ppid=1 pid=1404 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="abrtd" exe="/usr/sbin/abrtd" subj=system_u:system_r:abrt_t:s0 key=(null)



Hash String generated from  selinux-policy-3.6.32-24.fc12,catchall,abrtd,abrt_t,user_home_dir_t,file,setattr
audit2allow suggests:

#============= abrt_t ==============
allow abrt_t user_home_dir_t:file setattr;

Comment 1 Daniel Walsh 2009-10-28 12:15:56 UTC

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