Bug 1116519
Summary: | SELinux is preventing /usr/bin/qemu-system-x86_64 from using the 'execstack' accesses on a process. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | akurtako, dominick.grift, dwalsh, lvrabec, mgrepl, mikhail.v.gavrilov |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:ad121b522416f89af33defa195ced1eb523c10cfd21b48eadb1c9b49fc060c2c | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-08 15:25:22 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
Joachim Frieben
2014-07-05 18:44:51 UTC
Either you have a bad library on your disk or you need to set the virt_use_execmem boolean on. ***** Plugin catchall_boolean (89.3 confidence) suggests ****************** If you want to allow virt to use execmem Then you must tell SELinux about this by enabling the 'virt_use_execmem' boolean. You can read 'None' man page for more details. Do setsebool -P virt_use_execmem 1 *** Bug 1131908 has been marked as a duplicate of this bug. *** Don't understand why it occurs today with me. So this was working and today it broke? Yes, right. I have not seen this alert earlier. Today, the alert started to steadily appear each time you start the virtual machine. Demonstration: https://drive.google.com/file/d/0B0nwzlfiB4aQcl8zY2xFOE9pTjg/edit?usp=sharing Very strange, today I receive selinux-policy 3.12.1-181 and after reboot I don't see this alert again. What happens? getsebool virt_use_execmem [root@localhost ~]# getsebool virt_use_execmem virt_use_execmem --> off Are your vms running with qemu-system or with qemu-kvm? (In reply to Daniel Walsh from comment #9) > Are your vms running with qemu-system or with qemu-kvm? qemu-system Any chance there was a qemu update? (In reply to Miroslav Grepl from comment #11) > Any chance there was a qemu update? [root@localhost ~]# cat /var/log/dnf.log | grep qemu | tail qemu-kvm x86_64 2:1.6.2-7.fc20 updates-testing 44 k qemu-guest-agent x86_64 2:1.6.2-7.fc20 updates-testing 141 k qemu-img x86_64 2:1.6.2-7.fc20 updates-testing 485 k Jul 19 15:15:53 SUBDEBUG /var/cache/dnf/x86_64/20/updates-testing/packages/qemu-common-1.6.2-7.fc20.x86_64.rpm removed Jul 19 15:15:53 SUBDEBUG /var/cache/dnf/x86_64/20/updates-testing/packages/qemu-system-x86-1.6.2-7.fc20.x86_64.rpm removed Jul 19 15:15:53 SUBDEBUG /var/cache/dnf/x86_64/20/updates-testing/packages/qemu-img-1.6.2-7.fc20.x86_64.rpm removed Jul 19 15:15:53 SUBDEBUG /var/cache/dnf/x86_64/20/updates-testing/packages/qemu-guest-agent-1.6.2-7.fc20.x86_64.rpm removed Jul 19 15:15:53 SUBDEBUG /var/cache/dnf/x86_64/20/updates-testing/packages/qemu-kvm-1.6.2-7.fc20.x86_64.rpm removed qemu-common.x86_64 2:1.6.2-7.fc20 qemu-system-x86.x86_64 2:1.6.2-7.fc20 qemu-kvm.x86_64 2:1.6.2-7.fc20 qemu-guest-agent.x86_64 2:1.6.2-7.fc20 qemu-img.x86_64 2:1.6.2-7.fc20 qt.x86_64 1:4.8.6-9.fc20.1 |