Bug 828377 - SELinux is preventing /usr/sbin/dhclient from 'open' accesses on the chr_file /dev/null.
Summary: SELinux is preventing /usr/sbin/dhclient from 'open' accesses on the chr_file...
Keywords:
Status: CLOSED DUPLICATE of bug 828375
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:18c99768a236517edbe8a680112...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-04 17:33 UTC by Nicolas Mailhot
Modified: 2012-06-04 19:50 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-04 19:50:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nicolas Mailhot 2012-06-04 17:33:13 UTC
libreport version: 2.0.10
executable:     /usr/bin/python2.7
hashmarkername: setroubleshoot
kernel:         3.5.0-0.rc1.git0.1.fc18.x86_64
time:           lun. 04 juin 2012 19:20:51 CEST

description:
:SELinux is preventing /usr/sbin/dhclient from 'open' accesses on the chr_file /dev/null.
:
:*****  Plugin restorecon (99.5 confidence) suggests  *************************
:
:If you want to fix the label. 
:/dev/null default label should be null_device_t.
:Then you can run restorecon.
:Do
:# /sbin/restorecon -v /dev/null
:
:*****  Plugin catchall (1.49 confidence) suggests  ***************************
:
:If you believe that dhclient should be allowed open access on the null chr_file by default.
:Then you should report this as a bug.
:You can generate a local policy module to allow this access.
:Do
:allow this access for now by executing:
:# grep dhclient /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:dhcpc_t:s0
:Target Context                system_u:object_r:default_t:s0
:Target Objects                /dev/null [ chr_file ]
:Source                        dhclient
:Source Path                   /usr/sbin/dhclient
:Port                          <Inconnu>
:Host                          (removed)
:Source RPM Packages           dhclient-4.2.4-0.7.rc2.fc18.x86_64
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-128.fc17.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux (removed) 3.5.0-0.rc1.git0.1.fc18.x86_64 #1
:                              SMP Sun Jun 3 14:07:54 UTC 2012 x86_64 x86_64
:Alert Count                   1
:First Seen                    lun. 04 juin 2012 19:17:36 CEST
:Last Seen                     lun. 04 juin 2012 19:17:36 CEST
:Local ID                      07349529-db5f-4b2e-b937-a091dcfd1913
:
:Raw Audit Messages
:type=AVC msg=audit(1338830256.895:124): avc:  denied  { open } for  pid=894 comm="dhclient" path="/dev/null" dev="devtmpfs" ino=1033 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:default_t:s0 tclass=chr_file
:
:
:type=SYSCALL msg=audit(1338830256.895:124): arch=x86_64 syscall=open success=yes exit=ESRCH a0=7fbb08e53892 a1=80002 a2=7fbb090726c0 a3=7fffd5097c90 items=0 ppid=745 pid=894 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=/usr/sbin/dhclient subj=system_u:system_r:dhcpc_t:s0 key=(null)
:
:Hash: dhclient,dhcpc_t,default_t,chr_file,open
:
:audit2allow
:
:#============= dhcpc_t ==============
:allow dhcpc_t default_t:chr_file open;
:
:audit2allow -R
:
:#============= dhcpc_t ==============
:allow dhcpc_t default_t:chr_file open;
:

Comment 1 Daniel Walsh 2012-06-04 19:50:56 UTC

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


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