From 0715abdc6940fd6d27e006616b60fefe1bc89607 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 7 Aug 2013 17:27:12 +0200 Subject: [PATCH] Added patch for path to rootwrap.d Rewritten-From: 052c4fa23c2c766421faca3804a49da4a49cfb47 --- .../patches/fixes-path-to-rootwrap.d.patch | 18 ++++++++++++++++++ xenial/debian/patches/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 xenial/debian/patches/fixes-path-to-rootwrap.d.patch diff --git a/xenial/debian/patches/fixes-path-to-rootwrap.d.patch b/xenial/debian/patches/fixes-path-to-rootwrap.d.patch new file mode 100644 index 000000000..399af33ff --- /dev/null +++ b/xenial/debian/patches/fixes-path-to-rootwrap.d.patch @@ -0,0 +1,18 @@ +Description: Fixes path to rootwrap.d + The default config file was using /etc/quantum, this fixes it so that it uses + /etc/neutron. +Author: Thomas Goirand +Forwarded: no +Last-Update: 2013-08-07 + +--- neutron-2013.2~b2.orig/etc/rootwrap.conf ++++ neutron-2013.2~b2/etc/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/quantum/rootwrap.d,/usr/share/quantum/rootwrap ++filters_path=/etc/neutron/rootwrap.d + + # List of directories to search executables in, in case filters do not + # explicitely specify a full path (separated by ',') diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 385c8b781..76c584aeb 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1 +1,2 @@ better-config-default.patch +fixes-path-to-rootwrap.d.patch -- 2.45.2