Bug 870087 - SELinux is preventing /usr/libexec/polkit-1/polkitd from 'read' accesses on the file passwd.
Summary: SELinux is preventing /usr/libexec/polkit-1/polkitd from 'read' accesses on t...
Keywords:
Status: CLOSED DUPLICATE of bug 870080
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:ad9ba1901c166001115fe0e7059...
Depends On:
Blocks: 841451
TreeView+ depends on / blocked
 
Reported: 2012-10-25 14:32 UTC by Martin
Modified: 2014-09-15 00:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-25 17:47:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: type (9 bytes, text/plain)
2012-10-25 14:32 UTC, Martin
no flags Details
File: hashmarkername (14 bytes, text/plain)
2012-10-25 14:32 UTC, Martin
no flags Details

Description Martin 2012-10-25 14:32:50 UTC
Description of problem:
yum distro-sync from F17 to F18
https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum?rd=YumUpgradeFaq#Fedora_17_-.3E_Fedora_18

reproducible: always

workaround: setenforce 0

see more: https://bugzilla.redhat.com/show_bug.cgi?id=844167#c44

how to fix: add proper policy to selinux-policy-3.10.0-xxx.fc17


Additional info:
libreport version: 2.0.16
kernel:         3.6.3-3.fc18.x86_64

description:
:SELinux is preventing /usr/libexec/polkit-1/polkitd from 'read' accesses on the file passwd.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that polkitd should be allowed read access on the passwd 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 polkitd /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:policykit_t:s0-s0:c0.c1023
:Target Context                unconfined_u:object_r:shadow_t:s0
:Target Objects                passwd [ file ]
:Source                        polkitd
:Source Path                   /usr/libexec/polkit-1/polkitd
:Port                          <Neznámé>
:Host                          (removed)
:Source RPM Packages           
:Target RPM Packages           
:Policy RPM                    <Neznámé>
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux (removed) 3.6.2-4.fc17.x86_64 #1 SMP Wed Oct
:                              17 02:43:21 UTC 2012 x86_64 x86_64
:Alert Count                   6
:First Seen                    2012-10-25 14:02:56 CEST
:Last Seen                     2012-10-25 14:16:29 CEST
:Local ID                      2e65b9c8-0102-4c7c-9a21-2ad0a2ded5f3
:
:Raw Audit Messages
:type=AVC msg=audit(1351167389.47:147): avc:  denied  { read } for  pid=597 comm="polkitd" name="passwd" dev="dm-0" ino=133756 scontext=system_u:system_r:policykit_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:shadow_t:s0 tclass=file
:
:
:type=AVC msg=audit(1351167389.47:147): avc:  denied  { open } for  pid=597 comm="polkitd" path="/etc/passwd" dev="dm-0" ino=133756 scontext=system_u:system_r:policykit_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:shadow_t:s0 tclass=file
:
:
:type=SYSCALL msg=audit(1351167389.47:147): arch=x86_64 syscall=open success=yes exit=EAGAIN a0=7f2ea335a6ca a1=80000 a2=1b6 a3=238 items=0 ppid=1 pid=597 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=polkitd exe=/usr/libexec/polkit-1/polkitd subj=system_u:system_r:policykit_t:s0-s0:c0.c1023 key=(null)
:
:Hash: polkitd,policykit_t,shadow_t,file,read
:
:audit2allow
:
:#============= policykit_t ==============
:allow policykit_t shadow_t:file { read open };
:
:audit2allow -R
:
:#============= policykit_t ==============
:allow policykit_t shadow_t:file { read open };
:

Comment 1 Martin 2012-10-25 14:32:55 UTC
Created attachment 633367 [details]
File: type

Comment 2 Martin 2012-10-25 14:32:57 UTC
Created attachment 633368 [details]
File: hashmarkername

Comment 3 Daniel Walsh 2012-10-25 17:47:07 UTC

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


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