Bug 626074 - SELinux is preventing /usr/sbin/ulogd "getattr" access on /etc/resolv.conf.
Summary: SELinux is preventing /usr/sbin/ulogd "getattr" access on /etc/resolv.conf.
Keywords:
Status: CLOSED DUPLICATE of bug 626047
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 13
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:e52550b32dc...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-21 19:53 UTC by Joseph D. Wagner
Modified: 2010-08-22 22:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-22 22:08:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joseph D. Wagner 2010-08-21 19:53:09 UTC
Summary:

SELinux is preventing /usr/sbin/ulogd "getattr" access on /etc/resolv.conf.

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:object_r:net_conf_t:s0
Target Objects                /etc/resolv.conf [ file ]
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                      30567839-0bee-432c-95eb-d1e64960e56f
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1282420181.739:14): avc:  denied  { getattr } for  pid=1407 comm="ulogd" path="/etc/resolv.conf" dev=sdb5 ino=263621 scontext=system_u:system_r:ulogd_t:s0 tcontext=system_u:object_r:net_conf_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1282420181.739:14): arch=c000003e syscall=5 success=yes exit=0 a0=5 a1=7fff2b0cf2f0 a2=7fff2b0cf2f0 a3=2 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,net_conf_t,file,getattr
audit2allow suggests:

#============= ulogd_t ==============
allow ulogd_t net_conf_t:file getattr;

Comment 1 Miroslav Grepl 2010-08-22 22:08:37 UTC

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


Note You need to log in before you can comment on or make changes to this bug.