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
This commit is contained in:
parent
5240195f4b
commit
ee6d3fd032
@ -4,7 +4,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
# List of directories to load filter definitions from (separated by ',').
|
# List of directories to load filter definitions from (separated by ',').
|
||||||
# These directories MUST all be only writeable by root !
|
# 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
|
# List of directories to search executables in, in case filters do not
|
||||||
# explicitely specify a full path (separated by ',')
|
# explicitely specify a full path (separated by ',')
|
||||||
|
Loading…
Reference in New Issue
Block a user