Bug 1402490
Summary: | /usr/bin/rpcbind has wrong SELinux label | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Richard Chan <rc556677> |
Component: | selinux-policy-targeted | Assignee: | Lukas Vrabec <lvrabec> |
Status: | CLOSED DUPLICATE | QA Contact: | Ben Levenson <benl> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | awilliam, dwalsh, eblake, ron, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-08 18:52:43 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
Richard Chan
2016-12-07 16:23:58 UTC
Manual fix: 1. Upgrade to rpcbind.x86_64 0.2.4-0.fc25 2. Observe audit2allow -al: #============= init_t ============== allow init_t unconfined_service_t:unix_stream_socket create; 3. Fix label chcon -t rpcbind_exec_t /usr/bin/rpcbind 4. systemctl restart rpcbind.socket Listening on RPCbind Server Activation Socket. Been seeing what looks like the same thing on our openQA boxes (recently updated to F25) and in some openQA tests. So the binary moved from /usr/sbin to /usr/bin ; selinux-policy needs updating to apply the correct label to it now. In fact this has just a few hours ago been done: https://github.com/fedora-selinux/selinux-policy/commit/a1f5dc42371849a2ab33ea0397c9e68c66c17afc we just need package builds for Rawhide and F25. This may be a duplicate of bug 1402083 Yes, they probably are the same. *** This bug has been marked as a duplicate of bug 1402083 *** |