Bug 429252
| Summary: | RIPd and zebra cannot save their configuration | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomasz Kepczynski <tomek> |
| Component: | quagga | Assignee: | Martin Nagy <mnagy> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | dwalsh, hripps, infrastructure |
| 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-01-22 10:08:54 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
Tomasz Kepczynski
2008-01-18 09:30:49 UTC
Are you sure it works for me. When I run your avc through audit2why it says it should be allowed. Try it again. setsebool -P allow_zebra_write_config=1 to make sure policy builds and gets loaded. Then run zebra. I did as you suggested, then tried to save configuration from
ripngd:
Raw Audit Messages
avc: denied { add_name } for comm=ripngd name=ripngd.conf.Alil2r pid=4085
scontext=unconfined_u:system_r:zebra_t:s0 tclass=dir
tcontext=system_u:object_r:zebra_conf_t:s0
(I skip the rest output of sealert as it does not follow LANG setting from
environment and print in Polish...)
I also tried restorec -rv /etc, and it did not help as well.
You can allow this for now by executing # audit2allow -M mypol -i /var/log/audit/audit.log # semodule -i mypol.pp Fixed in selinux-policy-3.0.8-79.fc8 Closing as this is resolved in rawhide according to Daniel. |