Bug 1003907 - SELinux is preventing /usr/sbin/ldconfig from 'read' accesses on the file /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.py.
Summary: SELinux is preventing /usr/sbin/ldconfig from 'read' accesses on the file /va...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:519fefae56ec95578e00278faf2...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-03 13:32 UTC by Steven
Modified: 2013-09-12 01:53 UTC (History)
5 users (show)

Fixed In Version: selinux-policy-3.12.1-74.2.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-12 01:53:30 UTC
Type: ---


Attachments (Terms of Use)

Description Steven 2013-09-03 13:32:58 UTC
Description of problem:
SELinux is preventing /usr/sbin/ldconfig from 'read' accesses on the file /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.py.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that ldconfig should be allowed read access on the __init__.py 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 ldconfig /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:ldconfig_t:s0
Target Context                system_u:object_r:var_lib_t:s0
Target Objects                /var/lib/plexmediaserver/Library/Application
                              Support/Plex Media Server/Plug-ins/Framework.bundl
                              e/Contents/Resources/Versions/2/Python/Framework/_
                              _init__.py [ file ]
Source                        ldconfig
Source Path                   /usr/sbin/ldconfig
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           glibc-2.17-14.fc19.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.12.1-73.fc19.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 3.10.10-200.fc19.x86_64 #1 SMP Thu
                              Aug 29 19:05:45 UTC 2013 x86_64 x86_64
Alert Count                   41
First Seen                    2013-09-03 19:47:19 WST
Last Seen                     2013-09-03 21:27:04 WST
Local ID                      8cde695f-c49c-41a2-978f-9fa4f7b70af3

Raw Audit Messages
type=AVC msg=audit(1378214824.928:482): avc:  denied  { read } for  pid=3241 comm="ldconfig" path=2F7661722F6C69622F706C65786D656469617365727665722F4C6962726172792F4170706C69636174696F6E20537570706F72742F506C6578204D65646961205365727665722F506C75672D696E732F4672616D65776F726B2E62756E646C652F436F6E74656E74732F5265736F75726365732F56657273696F6E732F322F507974686F6E2F4672616D65776F726B2F5F5F696E69745F5F2E7079 dev="dm-0" ino=6554082 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:var_lib_t:s0 tclass=file


type=AVC msg=audit(1378214824.928:482): avc:  denied  { read } for  pid=3241 comm="ldconfig" path=2F7661722F6C69622F706C65786D656469617365727665722F4C6962726172792F4170706C69636174696F6E20537570706F72742F506C6578204D65646961205365727665722F506C75672D696E732F4672616D65776F726B2E62756E646C652F436F6E74656E74732F5265736F75726365732F56657273696F6E732F322F507974686F6E2F4672616D65776F726B2F6170692F5F5F696E69745F5F2E7079 dev="dm-0" ino=6554087 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:var_lib_t:s0 tclass=file


type=AVC msg=audit(1378214824.928:482): avc:  denied  { read } for  pid=3241 comm="ldconfig" path=2F7661722F6C69622F706C65786D656469617365727665722F4C6962726172792F4170706C69636174696F6E20537570706F72742F506C6578204D65646961205365727665722F506C75672D696E732F4672616D65776F726B2E62756E646C652F436F6E74656E74732F5265736F75726365732F56657273696F6E732F322F507974686F6E2F4672616D65776F726B2F6170692F706C617965726B69742E7079 dev="dm-0" ino=6554103 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:var_lib_t:s0 tclass=file


type=SYSCALL msg=audit(1378214824.928:482): arch=x86_64 syscall=execve success=yes exit=0 a0=24fb8c0 a1=24fbbb0 a2=24fb990 a3=0 items=0 ppid=3240 pid=3241 auid=4294967295 uid=988 gid=987 euid=988 suid=988 fsuid=988 egid=987 sgid=987 fsgid=987 ses=4294967295 tty=(none) comm=ldconfig exe=/usr/sbin/ldconfig subj=system_u:system_r:ldconfig_t:s0 key=(null)

Hash: ldconfig,ldconfig_t,var_lib_t,file,read

Additional info:
reporter:       libreport-2.1.6
hashmarkername: setroubleshoot
kernel:         3.10.10-200.fc19.x86_64
type:           libreport

Potential duplicate: bug 912520

Comment 1 Daniel Walsh 2013-09-04 13:36:27 UTC
This is a leaked file descriptor.

Comment 2 Daniel Walsh 2013-09-04 13:39:11 UTC
67e4c38912cb1364f22d70a778383b325fd88529 adds dont audit for all leaks into ldconfig_t.

Comment 4 Roger Black 2013-09-08 07:48:45 UTC
Description of problem:
Plex auto start up

Additional info:
reporter:       libreport-2.1.6
hashmarkername: setroubleshoot
kernel:         3.10.9-200.fc19.x86_64
type:           libreport

Comment 5 Fedora Update System 2013-09-09 07:54:09 UTC
selinux-policy-3.12.1-74.2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.2.fc19

Comment 6 Fedora Update System 2013-09-09 23:57:14 UTC
Package selinux-policy-3.12.1-74.2.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing selinux-policy-3.12.1-74.2.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-16231/selinux-policy-3.12.1-74.2.fc19
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2013-09-12 01:53:30 UTC
selinux-policy-3.12.1-74.2.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


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