Bug 626079

Summary: SELinux is preventing /usr/sbin/ulogd "setopt" 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:d68cea75271040affa9f0dcbeaae0729391e3e8912ceb02db275c125f6ea6411
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-22 21:34:44 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:55:42 UTC
Summary:

SELinux is preventing /usr/sbin/ulogd "setopt" 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                      7edf8e21-cd49-4609-be4f-3b9302213a35
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1282420181.741:19): avc:  denied  { setopt } for  pid=1407 comm="ulogd" 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.741:19): arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=6 a2=1 a3=7fff2b0d1704 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,setopt
audit2allow suggests:

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

Comment 1 Miroslav Grepl 2010-08-22 21:34:44 UTC

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