Opened the bug here[1] with the info you requested.
Thank you,
Diogo Vieira
[1]:
https://bugzilla.redhat.com/show_bug.cgi?id=1024330
On Oct 29, 2013, at 11:52 AM, Perry Myers <pmyers(a)redhat.com> wrote:
On 10/29/2013 06:17 AM, Diogo Vieira wrote:
> Just to close this issue, the problem with the neutron-dhcp-agent was
> not the dnsmasq version but SELinux policies. The command 'setenforce 0'
> seems to have fixed the problem and the agent started normally.
>
> Should I open a bug about this (because it seems that some policies have
> not been set correctly)?
Can you get a list of avc messages? If SELinux is the issue, there
should be some avc errors in the logs that you can retrieve with:
sudo audit2allow -a
sudo audit2why -a
(In Fedora these commands are in the policycoreutils-python package)
But yes, file a bug with the avc messages that look like they are
interfering with Neutron DHCP agent and we can work to fix the policies.
Also, please let us know which version of selinux-policy and
selinux-policy-targeted are installed on your machine.
Perry