Bug 508154

Summary: setroubleshoot: SELinux is preventing dhclient (dhcpc_t) "search" tmpfs_t.
Product: [Fedora] Fedora Reporter: Antonio A. Olivares <olivares14031>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dwalsh, jkubin, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:3a3f6281f312085913eb1fde2f39cd34294c225334b01fc86ef2168297802635
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-26 12:57:05 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 Antonio A. Olivares 2009-06-25 20:25:27 UTC
The following was filed automatically by setroubleshoot:

Summary:

SELinux is preventing dhclient (dhcpc_t) "search" tmpfs_t.

Detailed Description:

[SELinux is in permissive mode, the operation would have been denied but was
permitted due to permissive mode.]

SELinux denied access requested by dhclient. It is not expected that this access
is required by dhclient 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) Or you can disable
SELinux protection altogether. Disabling SELinux protection is not recommended.
Please file a bug report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi)
against this package.

Additional Information:

Source Context                system_u:system_r:dhcpc_t:SystemLow
Target Context                system_u:object_r:tmpfs_t:SystemLow
Target Objects                / [ dir ]
Source                        dhclient
Source Path                   /sbin/dhclient
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           dhclient-4.1.0-20.fc12
Target RPM Packages           filesystem-2.4.21-1.fc11
Policy RPM                    selinux-policy-3.6.19-4.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.31-0.24.rc0.git18.fc12.i586 #1 SMP Mon Jun 22
                              16:26:17 EDT 2009 i686 i686
Alert Count                   1
First Seen                    Thu 25 Jun 2009 03:17:10 PM CDT
Last Seen                     Thu 25 Jun 2009 03:17:10 PM CDT
Local ID                      b30a08b5-7806-43b8-89b1-f752d72912a1
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1245961030.156:151): avc:  denied  { search } for  pid=6594 comm="dhclient" name="/" dev=tmpfs ino=1012 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=dir

node=(removed) type=SYSCALL msg=audit(1245961030.156:151): arch=40000003 syscall=5 success=yes exit=3 a0=80b5772 a1=80002 a2=88 a3=80b5772 items=0 ppid=1252 pid=6594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dhclient" exe="/sbin/dhclient" subj=system_u:system_r:dhcpc_t:s0 key=(null)


audit2allow suggests:

#============= dhcpc_t ==============
allow dhcpc_t tmpfs_t:dir search;

Comment 1 Daniel Walsh 2009-06-26 12:57:05 UTC

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