Bug 659169

Summary: SELinux is preventing /usr/libexec/gam_server "read" access .
Product: [Fedora] Fedora Reporter: maurizio <antillon.maurizio>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:edf45e2537ef6b37700330a87722dc4e0278e3b8e6c4b542c424523b05e6cabe
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-02 14:56:12 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 maurizio 2010-12-02 02:38:27 UTC
Summary:

SELinux is preventing /usr/libexec/gam_server "read" access .

Detailed Description:

[SELinux is in permissive mode. This access was not denied.]

SELinux denied access requested by gam_server. It is not expected that this
access is required by gam_server 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://docs.fedoraproject.org/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                system_u:system_r:fail2ban_t:s0
Target Context                system_u:system_r:auditd_t:s0
Target Objects                None [ file ]
Source                        gam_server
Source Path                   /usr/libexec/gam_server
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           gamin-0.1.10-7.fc13
Target RPM Packages           
Policy RPM                    selinux-policy-3.7.19-69.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.33.3-85.fc13.i686
                              #1 SMP Thu May 6 18:44:12 UTC 2010 i686 i686
Alert Count                   2
First Seen                    Wed 01 Dec 2010 07:02:53 PM MST
Last Seen                     Wed 01 Dec 2010 07:02:53 PM MST
Local ID                      54bee756-9d25-43d5-aac3-b6df77a81521
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1291255373.363:125): avc:  denied  { read } for  pid=1487 comm="gam_server" scontext=system_u:system_r:fail2ban_t:s0 tcontext=system_u:system_r:auditd_t:s0 tclass=file

node=(removed) type=AVC msg=audit(1291255373.363:125): avc:  denied  { getattr } for  pid=1487 comm="gam_server" path="/sbin/auditd" dev=dm-0 ino=20520 scontext=system_u:system_r:fail2ban_t:s0 tcontext=system_u:object_r:auditd_exec_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1291255373.363:125): arch=40000003 syscall=195 success=yes exit=0 a0=8c273c0 a1=bfd38ff0 a2=9ceff4 a3=8c233a0 items=0 ppid=1 pid=1487 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="gam_server" exe="/usr/libexec/gam_server" subj=system_u:system_r:fail2ban_t:s0 key=(null)



Hash String generated from  catchall,gam_server,fail2ban_t,auditd_t,file,read
audit2allow suggests:

#============= fail2ban_t ==============
allow fail2ban_t auditd_exec_t:file getattr;
allow fail2ban_t auditd_t:file read;

Comment 1 Daniel Walsh 2010-12-02 14:56:12 UTC
Run fail2ban in polling mode.

Comment 2 Daniel Walsh 2010-12-02 14:56:41 UTC
*** Bug 659168 has been marked as a duplicate of this bug. ***