Bug 350711
| Summary: | selinux denies /usr/lib/pm-utils/sleep.d/20video access to /var/run/vbemode | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Merrill <jason> | ||||||
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 7 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Current | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-01-30 19:18:45 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jason Merrill
2007-10-24 16:49:49 UTC
Created attachment 236381 [details]
first selinux alert
Created attachment 236391 [details]
Second selinux alert
Looks like this a bug in policy or the app. Not sure who is creating this file, but it needs to be labeled hald_var_run_t. chcon -t hald_var_run_t /var/run/vbemode will set the file context until the file is recreated. I will add this context to the file system, you can test my fix by adding it yourself. semanage fcontext -a -t hald_var_run_t '/var/run/vbe.*' Should add it, See if this fixes the problem. Fixed in selinux-policy-2.6.4-55.fc7 Bulk closing all bugs in Fedora updates in the modified state. If you bug is not fixed, please reopen. |