Bug 827712
Summary: | SELinux is preventing /usr/bin/totem-video-thumbnailer from 'execute' accesses on the file /run/user/dario/.orc/orcexec.iMG9e3 (deleted). | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dario Castellarin <req1348> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | belegdol, dominick.grift, dwalsh, fedoraproject, jantho, jmcdermottjr, jonasfust, mgrepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:9f438163b0bf01631d266866e0be952c1dc6881f8c07948d970cc9da07193bc0 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-17 00:01:25 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
Dario Castellarin
2012-06-02 15:45:58 UTC
*** Bug 827697 has been marked as a duplicate of this bug. *** Fixed in selinux-policy-3.10.0-129.fc17 The problem still persists with selinux-policy-3.10.0-129.fc17.noarch I apologize, this is a merge issue. Re-fixing in selinux-policy-3.10.0-130.fc17.noarch selinux-policy-3.10.0-130.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-130.fc17 Package selinux-policy-3.10.0-130.fc17: * should fix your issue, * was pushed to the Fedora 17 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.10.0-130.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-9520/selinux-policy-3.10.0-130.fc17 then log in and leave karma (feedback). selinux-policy-3.10.0-130.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. Problem still seems to exist with selinux-policy-3.10.0-132.fc17 sesearch -A -s thumb_t -t gstreamer_home_t -p execute Found 1 semantic av rules: allow thumb_t gstreamer_home_t : file { ioctl read write create getattr setattr lock append unlink link rename execute execute_no_trans open } ; What AVC msgs are you getting? Sorry for the delay in response I have not been around to gather the info: I am assuming you are looking for this: type=AVC msg=audit(1340338620.984:87): avc: denied { execute } for pid=2182 comm="multiqueue0:src" path=2F686F6D652F6A616D65732F2E6F72632F6F7263657865632E4D7642683474202864656C6574656429 dev="sda3" ino=655907 scontext=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:gstreamer_home_t:s0 tclass=file This is different. It looks like you are correct the avc message is different. Sorry about that. Its odd fedora's bug report util brought me here. Miroslav, I keep thinking we should label this .orc directory differently since we really do not want to allow apps like thumb drives and mozilla plugins to execute all the gstreamer homedir content, but then again does this really add any security. |