summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2013-12-02 16:01:16 +0100
committerThierry Carrez <thierry@openstack.org>2013-12-02 17:11:20 +0100
commitb94ef1a017c0925ed3c33682d33617729b3f6bce (patch)
tree5fbdd5594871e74f2c4053823aafae3581b6b2af /etc
parent25cc501f21828620a10dd01ad658febac8dbea7f (diff)
downloadoslo-rootwrap-b94ef1a017c0925ed3c33682d33617729b3f6bce.tar.gz
Ship with etc/oslo.rootwrap instead of etc/oslo
Ship default configuration file in etc/oslo.rootwrap to encourage best packaging practices (packagers should deploy rootwrap.conf in /etc/oslo.rootwrap rather than /etc/oslo/rootwrap or /etc/oslo). Also change default filters_path directory from /etc/oslo.rootwrap/rootwrap.d to /etc/oslo.rootwrap/filters.d as it avoids redundancy and is more self-explanatory. Change-Id: Iadf623571283cba1886bb27a5f55c59ba66c522f
Diffstat (limited to 'etc')
-rw-r--r--etc/oslo.rootwrap/rootwrap.conf (renamed from etc/oslo/rootwrap.conf)2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/oslo/rootwrap.conf b/etc/oslo.rootwrap/rootwrap.conf
index 6a13828..d13ef3c 100644
--- a/etc/oslo/rootwrap.conf
+++ b/etc/oslo.rootwrap/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/oslo/rootwrap.d,/usr/share/oslo/rootwrap
+filters_path=/etc/oslo.rootwrap/filters.d,/usr/share/oslo.rootwrap
# List of directories to search executables in, in case filters do not
# explicitely specify a full path (separated by ',')