Bug 1099665
Summary: | SELinux is preventing /usr/lib64/firefox/plugin-container from 'read' accesses on the lnk_file . | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jakub.kopriva |
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: | 20 | CC: | dominick.grift, dwalsh, jakub.kopriva, lvrabec, mgrepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | abrt_hash:00eec3f761130a2cf5ae027843d8f09f05013ee39faca90b1b00b45b39ba6238 | ||
Fixed In Version: | selinux-policy-3.12.1-171.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-26 01:53:22 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
jakub.kopriva
2014-05-20 22:19:19 UTC
I am not absolutely sure what concern this error message and I think that 1.) mozplugger (99.1 confidence) is Streaming Multimedia Plugin for Unix Mozilla Plugger 5.1.3 http://fredrik.hubbe.net/plugger.html I want my firefox browser to play multimedia files so I ran suggested # setsebool -P unconfined_mozilla_plugin_transition 0 2.) Plugin catchall (1.81 confidence) is general plugin-container process I dont know if restriced access on lnk_file by default should be bug. What access to a linked file was restricted? If "langpack-cs.org.xpi" I have no problem running suggested # grep Browser /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp rather than turning off SELinux watching any /usr/lib64/firefox/plugin-container activity. Or maybe this error message was caused because of using encrypted home directory? (In reply to jakub.kopriva from comment #2) > Or maybe this error message was caused because of using encrypted home > directory? Yes. Could you please try to run $ restorecon -R -v ~/ to see if it fixes labeling. Thank you. (In reply to Miroslav Grepl from comment #3) > (In reply to jakub.kopriva from comment #2) > > Or maybe this error message was caused because of using encrypted home > > directory? > > Yes. Could you please try to run > > > $ restorecon -R -v ~/ > > > to see if it fixes labeling. Thank you. Thanks, I tried. Actually that message bug appeared only once as I launched firefox. Before it I restarted after updating via 'yum update kernel* selinux-policy*' Did the relabel fix the problem? (In reply to Daniel Walsh from comment #5) > Did the relabel fix the problem? I think running restorecon -R -v ~/ was not necessary but whatever caused that problem it never appeared again. I am fixing *_ecryptfs_home_dirs booleans. selinux-policy-3.12.1-167.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-167.fc20 Package selinux-policy-3.12.1-167.fc20: * should fix your issue, * was pushed to the Fedora 20 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-167.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7240/selinux-policy-3.12.1-167.fc20 then log in and leave karma (feedback). I reinstalled fedora 20 completely and replaced gnome desktop with xfce and system is now much faster. Yes I ran # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.12.1-167.fc20' also. Now I don't receive error messages about kernel. I have SELinux-policy is set to Enforcing by default. Would I receive SELinux error messages if I set SELinux policy to Permissive? Is that caused because of using xfce instead of gnome version? selinux-policy-3.12.1-171.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-171.fc20 Package selinux-policy-3.12.1-171.fc20: * should fix your issue, * was pushed to the Fedora 20 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-171.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7499/selinux-policy-3.12.1-171.fc20 then log in and leave karma (feedback). selinux-policy-3.12.1-171.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |