Bug 744607

Summary: SELinux is preventing /usr/bin/passwd from 'getattr' accesses on the fifo_file /dev/initctl.
Product: [Fedora] Fedora Reporter: jiker
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:bfcbf0b03b8c69f6d3429d217bd8adae7183f1afc133115bb832bafe6cdd8c56
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-10 08:49:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description jiker 2011-10-09 17:06:23 UTC
libreport version: 2.0.6
executable:     /usr/bin/python
hashmarkername: setroubleshoot
kernel:         3.1.0-0.rc6.git0.3.fc16.i686
reason:         SELinux is preventing /usr/bin/passwd from 'getattr' accesses on the fifo_file /dev/initctl.
time:           Sun Oct  9 19:06:12 2011

description:
:SELinux is preventing /usr/bin/passwd from 'getattr' accesses on the fifo_file /dev/initctl.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that passwd should be allowed getattr access on the initctl fifo_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 passwd /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                unconfined_u:unconfined_r:passwd_t:s0-s0:c0.c1023
:Target Context                system_u:object_r:initctl_t:s0
:Target Objects                /dev/initctl [ fifo_file ]
:Source                        passwd
:Source Path                   /usr/bin/passwd
:Port                          <Inconnu>
:Host                          (removed)
:Source RPM Packages           passwd-0.78-3.fc15
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-32.fc16
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Enforcing
:Host Name                     (removed)
:Platform                      Linux SunPC.home 3.1.0-0.rc6.git0.3.fc16.i686 #1
:                              SMP Fri Sep 16 12:22:19 UTC 2011 i686 i686
:Alert Count                   3
:First Seen                    dim. 09 oct. 2011 02:25:21 CEST
:Last Seen                     dim. 09 oct. 2011 02:25:49 CEST
:Local ID                      ac6a6bec-8cde-470f-92e1-881d818f1db5
:
:Raw Audit Messages
:type=AVC msg=audit(1318119949.925:276): avc:  denied  { getattr } for  pid=1633 comm="passwd" path="/dev/initctl" dev=devtmpfs ino=5749 scontext=unconfined_u:unconfined_r:passwd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:initctl_t:s0 tclass=fifo_file
:
:
:type=SYSCALL msg=audit(1318119949.925:276): arch=i386 syscall=stat64 success=no exit=EACCES a0=bfa190cc a1=bfa14a70 a2=4c9f5ff4 a3=8424cb4 items=0 ppid=1577 pid=1633 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm=passwd exe=/usr/bin/passwd subj=unconfined_u:unconfined_r:passwd_t:s0-s0:c0.c1023 key=(null)
:
:Hash: passwd,passwd_t,initctl_t,fifo_file,getattr
:
:audit2allow
:
:#============= passwd_t ==============
:allow passwd_t initctl_t:fifo_file getattr;
:
:audit2allow -R
:
:#============= passwd_t ==============
:allow passwd_t initctl_t:fifo_file getattr;
:

Comment 1 Miroslav Grepl 2011-10-10 08:49:38 UTC

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