Bug 607451
| Summary: | SELinux is preventing /sbin/ifconfig access to a leaked /var/cfengine/outputs/cf_lap0048_210307_asenjo_nx_2010-06-23--23-20-22_1277328022 file descriptor. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Natxo Asenjo <natxo> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:b5a9621d548e03222c4761f98bd135b25ef05a65996ec6834776821dfb571f36 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-28 12:39:36 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
Natxo Asenjo
2010-06-24 06:25:40 UTC
this happens when I install cfengine 2.10 from the fedora 13 repos on a workstation. This version of cfengine is on maintenance mode because cfengine3 is already out, so I do not think that backporting stuff like selinux will be possible. How do I get rid of the warnings withouth turning selinux off? You can add a dontaudit policy to stop these avc's from happening # grep ifconfig_t /var/log/audit/audit.log | audit2allow -D -M mycfengine # semodule -i mycfengine.pp We need a policy for cfengine. this has indeed stopped the messages. Can I apply this mycfengine.pp to any redhat based linux installation? Is there a way to verify that this has been applied? I ask this because I would like to apply it with (yes) cfengine, so I want to check if this is policy exists and if it does not, apply it. Forget my question, yes I now have read the fine manual and see that semodule -l gets me everything I need, I just need to filter its output to see mycfengine. Thanks! Miroslav, cfengine and puppet need pretty much the same access. (Everything). *** This bug has been marked as a duplicate of bug 505549 *** |