Ok, some progress in debugging but still problem is not solved. I created a new network connection from NetworkManager and when tried to connect, a SELinux AVC denial message appeared with the following detail.
SELinux is preventing NetworkManager (NetworkManager_t) "execute" to ./dnsmasq (dnsmasq_exec_t).
Detailed Description:
SELinux denied access requested by NetworkManager. It is not expected that this access is required by NetworkManager and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access.
Allowing Access:
Sometimes labeling problems can cause SELinux denials. You could try to restore the default system file context for ./dnsmasq,
restorecon -v './dnsmasq'
If this does not work, there is currently no automatic way to allow this access. Instead, you can generate a local policy module to allow this access - see FAQ (
http://fedora.redhat.com/docs/selinu...fc5/#id2961385) Or you can disable SELinux protection altogether. Disabling SELinux protection is not recommended. Please file a bug report (
http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package.
Additional Information:
Source Context: system_u:system_r:NetworkManager_t
Target Context: system_u
bject_r:dnsmasq_exec_t
Target Objects: ./dnsmasq [ file ]
Source: NetworkManager
Source Path: /usr/sbin/NetworkManager
Port: <Unknown>
Source RPM Packages: NetworkManager-0.7.0-13.el5
Policy RPM: selinux-policy-2.4.6-338.el5
Selinux Enabled: True
Policy Type: targeted
MLS Enabled: True
Enforcing Mode: Enforcing
Plugin Name: catchall_file
Platform: Linux 2.6.18-348.el5 #1 SMP
I am not willing to disable SELinux protection and don't know how to create a local policy module. Any suggestion to resolve this issue?