From 373141b0d33272bfeb86f429077b2aa131f6fa2e Mon Sep 17 00:00:00 2001 From: John Davidge Date: Fri, 21 Aug 2015 19:07:57 +0100 Subject: [PATCH] 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 --- etc/rootwrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rootwrap.conf b/etc/rootwrap.conf index f2d9ce4227e..3a6b11f44dc 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