Bug 660222

Summary: SELinux is preventing /bin/rm "write" access on /var/lib/dhclient.
Product: [Fedora] Fedora Reporter: maurizio <antillon.maurizio>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
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: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:3ef7b37f478ff47f8b7e13becf2eac652a3fe763fc76e78368c044c2cc249d24
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-06 12:28:45 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-06 07:05:19 UTC
Summary:

SELinux is preventing /bin/rm "write" access on /var/lib/dhclient.

Detailed Description:

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

SELinux denied access requested by rm. It is not expected that this access is
required by rm 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                mauricio:user_r:user_t:s0-s0:c0.c1023
Target Context                system_u:object_r:dhcpc_state_t:s0
Target Objects                /var/lib/dhclient [ dir ]
Source                        rm
Source Path                   /bin/rm
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           coreutils-8.4-6.fc13
Target RPM Packages           dhclient-4.1.1-15.fc13
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.34.7-61.fc13.i686
                              #1 SMP Tue Oct 19 04:42:47 UTC 2010 i686 i686
Alert Count                   18
First Seen                    Thu 02 Dec 2010 12:39:38 AM MST
Last Seen                     Mon 06 Dec 2010 12:04:00 AM MST
Local ID                      9e88e381-14f6-4880-966b-300154b0e105
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1291619040.835:36): avc:  denied  { write } for  pid=2337 comm="rm" name="dhclient" dev=dm-0 ino=32516 scontext=mauricio:user_r:user_t:s0-s0:c0.c1023 tcontext=system_u:object_r:dhcpc_state_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1291619040.835:36): avc:  denied  { remove_name } for  pid=2337 comm="rm" name="dhclient-06f14298-6b36-42f9-b36e-1cf83c031403-eth2.lease" dev=dm-0 ino=160 scontext=mauricio:user_r:user_t:s0-s0:c0.c1023 tcontext=system_u:object_r:dhcpc_state_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1291619040.835:36): avc:  denied  { unlink } for  pid=2337 comm="rm" name="dhclient-06f14298-6b36-42f9-b36e-1cf83c031403-eth2.lease" dev=dm-0 ino=160 scontext=mauricio:user_r:user_t:s0-s0:c0.c1023 tcontext=system_u:object_r:dhcpc_state_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1291619040.835:36): arch=40000003 syscall=301 success=yes exit=0 a0=ffffff9c a1=83e38c0 a2=0 a3=83e3860 items=0 ppid=2326 pid=2337 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="rm" exe="/bin/rm" subj=mauricio:user_r:user_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  catchall,rm,user_t,dhcpc_state_t,dir,write
audit2allow suggests:

#============= user_t ==============
#!!!! The source type 'user_t' can write to a 'dir' of the following types:
# gpg_pinentry_tmp_t, sandbox_file_type, tmp_t, httpd_user_content_t, user_home_dir_t, user_tmpfs_t, screen_var_run_t, mail_spool_t, mqueue_spool_t, tmpfs_t, gpg_agent_tmp_t, sandbox_file_type, user_tmp_t, httpd_user_script_exec_t, user_home_type, user_fonts_t, user_fonts_config_t, nfsd_rw_t, httpd_user_ra_content_t, httpd_user_rw_content_t, user_fonts_cache_t, screen_home_t, sshd_tmp_t, xdm_tmp_t, noxattrfs, dosfs_t

allow user_t dhcpc_state_t:dir { write remove_name };
allow user_t dhcpc_state_t:file unlink;

Comment 1 Miroslav Grepl 2010-12-06 12:27:07 UTC
*** Bug 660223 has been marked as a duplicate of this bug. ***

Comment 2 Miroslav Grepl 2010-12-06 12:28:45 UTC

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