Insufficient Permission During VM Installation
Symptom
During VM installation, a message is displayed indicating that the binary file /usr/libexec/qemu-kvm cannot be executed due to insufficient permission.
Key Process and Cause Analysis
The getenforce command is executed to check the SELinux configuration. It is found that the current setting is Enforcing, indicating that the security policy is forcibly executed. Therefore, disable SELinux.
Conclusion and Solution
Disable SELinux
setenforce 0
Parent topic: Troubleshooting