Change-Id: I3125b6e5bbb93184a7e399b3b8a5bfa4fd9e979d
+neutron (2014.1~b1-2) UNRELEASED; urgency=low
+
+ * Fixed /var/lib/neutron/dhcp folder rights for Ubuntu.
+
+ -- Thomas Goirand <zigo@debian.org> Sat, 14 Dec 2013 00:44:19 +0800
+
neutron (2014.1~b1-1) experimental; urgency=low
* New upstream release (Icehouse beta 1).
chmod 0755 /etc/neutron/rootwrap.d
if dpkg-vendor --derives-from ubuntu ; then
mkdir -p /var/lib/neutron/dhcp
- chown nobody:neutron /var/lib/neutron/dhcp
+ chmod 755 /var/lib/neutron
+ chown neutron:neutron /var/lib/neutron/dhcp
+ chmod 755 /var/lib/neutron/dhcp
fi
if [ -f /etc/sudoers.d/neutron_sudoers ] ; then