From: John Davidge Date: Fri, 21 Aug 2015 18:07:57 +0000 (+0100) Subject: Update rootwrap.conf to add /usr/local/sbin X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=373141b0d33272bfeb86f429077b2aa131f6fa2e;p=openstack-build%2Fneutron-build.git Update rootwrap.conf to add /usr/local/sbin This update will allow for local executables that require root privileges, such as dibbler-client for IPv6 Prefix Delegation. Change-Id: Id7aebb50e60b1cc64c113be63c599387be5f1765 --- diff --git a/etc/rootwrap.conf b/etc/rootwrap.conf index f2d9ce422..3a6b11f44 100644 --- a/etc/rootwrap.conf +++ b/etc/rootwrap.conf @@ -10,7 +10,7 @@ filters_path=/etc/neutron/rootwrap.d,/usr/share/neutron/rootwrap # explicitely specify a full path (separated by ',') # If not specified, defaults to system PATH environment variable. # These directories MUST all be only writeable by root ! -exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin +exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin # Enable logging to syslog # Default value is False