Bug 626083

Summary: SELinux is preventing /usr/sbin/ulogd "getopt" access .
Product: [Fedora] Fedora Reporter: Joseph D. Wagner <joe>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:f4341ca377704d50eec4727606cc754cc5c6ea0cc0b4d4e18463c96f8d7c343d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-22 21:35:55 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 Joseph D. Wagner 2010-08-21 19:56:38 UTC
Summary:

SELinux is preventing /usr/sbin/ulogd "getopt" access .

Detailed Description:

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

SELinux denied access requested by ulogd. It is not expected that this access is
required by ulogd 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:ulogd_t:s0
Target Context                system_u:system_r:ulogd_t:s0
Target Objects                None [ tcp_socket ]
Source                        ulogd
Source Path                   /usr/sbin/ulogd
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           ulogd-1.24-13.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.7.19-49.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
                              17:14:44 UTC 2010 x86_64 x86_64
Alert Count                   2
First Seen                    Sat 21 Aug 2010 09:21:02 AM PDT
Last Seen                     Sat 21 Aug 2010 12:49:41 PM PDT
Local ID                      ff74b0be-ca9a-4415-a5c4-2f0b3eed1a43
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1282420181.743:21): avc:  denied  { getopt } for  pid=1407 comm="ulogd" laddr=::1 lport=55332 faddr=::1 fport=5432 scontext=system_u:system_r:ulogd_t:s0 tcontext=system_u:system_r:ulogd_t:s0 tclass=tcp_socket

node=(removed) type=SYSCALL msg=audit(1282420181.743:21): arch=c000003e syscall=55 success=yes exit=0 a0=5 a1=1 a2=4 a3=7fff2b0d181c items=0 ppid=1406 pid=1407 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ulogd" exe="/usr/sbin/ulogd" subj=system_u:system_r:ulogd_t:s0 key=(null)



Hash String generated from  catchall,ulogd,ulogd_t,ulogd_t,tcp_socket,getopt
audit2allow suggests:

#============= ulogd_t ==============
allow ulogd_t self:tcp_socket getopt;

Comment 1 Miroslav Grepl 2010-08-22 21:35:55 UTC

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