Created attachment 446557 [details] Audit log during xend initialization, SELinux enforcing policy Description of problem: xend will not start when the targeted SELinux policy is being enforced by the kernel. Version-Release number of selected component (if applicable): selinux-policy-3.9.3-1.fc14.noarch xen-4.0.1-1.fc14.x86_64 How reproducible: Every time Steps to Reproduce: 1. Try to start xend 2. Disable SELinux and try again Actual results: xend does not start when SELinux is enforcing the targeted policy. When SELinux is disabled, xend starts. Expected results: xend should work with SELinux Additional info:
You can add these rules for now using # grep avc /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Fixed in selinux-policy-3.9.4-1.fc14
Confirmed fixed in selinux-policy-3.9.4-1.fc14.noarch.