Bug 459352
| Summary: | SELinux prevents NetworkManager access to pppd which is required for 3g mobile broadband | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Ross <car.insurance3> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | jkubin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-08-18 16:41:32 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
Paul Ross
2008-08-17 09:14:52 UTC
Did you run the restorecon command? Did this fix the problem? # restorecon -R -v /var/run/ppp* I believe the problem is the file is somehow mislabled. If you can figure out which process created this file that is probably the cuplret. If it is created via an init script we might need to add a restorecon command to the init script. Yes, a relabel fixed it. |