From ee6d3fd032630df7efa8df461a505a0ea386e826 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 2 Oct 2015 12:17:58 +0200 Subject: [PATCH] Add /usr/share/sahara/rootwrap to filters_path All other OpenStack services using rootwrap filters include /usr/share/${project}/rootwrap in filters_path, and consistence is helpful for distributions. Change-Id: I19fa431283a1f42778a4ab5a0794e18f6b96fb02 --- etc/sahara/rootwrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sahara/rootwrap.conf b/etc/sahara/rootwrap.conf index 547c87db..614ce221 100644 --- a/etc/sahara/rootwrap.conf +++ b/etc/sahara/rootwrap.conf @@ -4,7 +4,7 @@ [DEFAULT] # List of directories to load filter definitions from (separated by ','). # These directories MUST all be only writeable by root ! -filters_path=/etc/sahara/rootwrap.d +filters_path=/etc/sahara/rootwrap.d,/usr/share/sahara/rootwrap # List of directories to search executables in, in case filters do not # explicitely specify a full path (separated by ',')