Bug 1556787
| Summary: | setsebool fails with "type conntrackd_var_run_t is not defined" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Heimes <cheimes> |
| Component: | selinux-policy | Assignee: | Lukas Vrabec <lvrabec> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | bperkins, dwalsh, lvrabec, mgrepl, plautrba, pmoore, vmojzis |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-24 20:22:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Christian Heimes
2018-03-15 09:22:28 UTC
Both setsebool and dnf install freeipa-server work for me on update Fedora-Cloud-Base-28-20180310 image. Lukas, any idea? I forgot to mention that the machine has been upgraded from F27 to F28. The FreeIPA error occurs during ipa-server-install with latest build from git master. Fedora 28 has freeipa-server 4.6.3, which is broken. According to seinfo, the type is available: # seinfo -t | grep conntrackd_var_run_t conntrackd_var_run_t Despite the error, setsebool seems to flip the switches just fine: # getsebool httpd_can_network_connect httpd_can_network_connect --> off # setsebool -P httpd_can_network_connect=on libsepol.context_from_record: type conntrackd_var_run_t is not defined libsepol.context_from_record: could not create context structure libsepol.context_from_string: could not create context structure libsepol.sepol_context_to_sid: could not convert system_u:object_r:conntrackd_var_run_t:s0 to sid invalid context system_u:object_r:conntrackd_var_run_t:s0 # getsebool httpd_can_network_connect httpd_can_network_connect --> on I would figure it is no longer available in your image store so it can not be recompiled. Christian, Moving this ticket to POST state, we have more issues with upgrading from F27 to F28, it should be in updates-testing repos for both F27 and F28 soon. *** This bug has been marked as a duplicate of bug 1559174 *** |