Bug 1442372
Summary: | selinux prevents openvswitch.service loading kernel module | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | chris procter <cprocter> |
Component: | selinux-policy-targeted | Assignee: | Lukas Vrabec <lvrabec> |
Status: | CLOSED EOL | QA Contact: | Ben Levenson <benl> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 26 | CC: | aconole, awilliam, chrisw, dwalsh, fleitner, tgraf, tredaelli |
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-05-29 12:14:27 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1481454 |
Description
chris procter
2017-04-14 11:34:22 UTC
Actually there looks to be a second denial: type=AVC msg=audit(1492169964.609:295): avc: denied { write } for pid=1 comm="systemd" name="db.sock" dev="tmpfs" ino=56584 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:openvswitch_var_run_t:s0 tclass=sock_file permissive=0 so my .te file now looks like: module openvswitch-patch 1.0; require { type openvswitch_var_run_t; type openvswitch_t; type init_t; class sock_file write; class system module_load; } #============= openvswitch_t ============== allow openvswitch_t self:system module_load; allow init_t openvswitch_var_run_t:sock_file write; meaning theres *two* extra lines. This is still valid in Fedora 27, along with a new 'map' denial: Nov 21 17:40:11 openqa.happyassassin.net audit[886]: AVC avc: denied { map } for pid=886 comm="modprobe" path="/usr/lib/modules/4.13.13-300.fc27.x86_64/modules.dep.bin" dev="dm-0" ino=201542143 scontext=system_u:system_r:openvswitch_t:s0 tcontext=system_u:object_r:modules_object_t:s0 tclass=file permissive=0 can we please get it fixed, Lukas? thanks. note, should be fixed for *both* 26 *and* 27. This message is a reminder that Fedora 26 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '26'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 26 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 26 changed to end-of-life (EOL) status on 2018-05-29. Fedora 26 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |