From 8cf982b05f9ffd68e46d4eb1f16103731e173745 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 30 Dec 2016 10:19:59 +0000 Subject: [PATCH] Update paste, policy and rootwrap configurations 2016-12-30 Change-Id: I9999eafd7415a55771bddb7c0457291b230c275b --- files/rootwrap.d/privsep.filters | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/files/rootwrap.d/privsep.filters b/files/rootwrap.d/privsep.filters index 58e3b909..d9a322a5 100644 --- a/files/rootwrap.d/privsep.filters +++ b/files/rootwrap.d/privsep.filters @@ -26,11 +26,6 @@ privsep: PathFilter, privsep-helper, root, --privsep_context, neutron.privileged.default, --privsep_sock_path, / -# Same as above with a second `--config-file` arg, since many neutron -# components are installed like that (eg: by devstack). Adjust to -# suit local requirements. -privsep: PathFilter, privsep-helper, root, - --config-file, /etc, - --config-file, /etc, - --privsep_context, neutron.privileged.default, - --privsep_sock_path, / +# NOTE: A second `--config-file` arg can also be added above. Since +# many neutron components are installed like that (eg: by devstack). +# Adjust to suit local requirements.