summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-18 10:35:32 +0000
committerGerrit Code Review <review@openstack.org>2017-05-18 10:35:32 +0000
commit49b85bd2e9c77c6e0bd8141b38cd49efa5c06dc2 (patch)
tree4ddc6604f0c8160c7637d036b835faf974d48556
parent3306ae1b5e4f8604286d9718c349a4a619c5e6c2 (diff)
parenta963aecb4ce91bbb2a2e1e6560e121bc295c36ff (diff)
downloadnova-49b85bd2e9c77c6e0bd8141b38cd49efa5c06dc2.tar.gz
Merge "Add missing rootwrap filter for cryptsetup"
-rw-r--r--etc/nova/rootwrap.d/compute.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index f4a774c6b6..a6bc32c10f 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -225,6 +225,9 @@ privsep-rootwrap: RegExpFilter, privsep-helper, root, privsep-helper, --config-f
# nova/storage/linuxscsi.py: sg_scan device
sg_scan: CommandFilter, sg_scan, root
+# nova/virt/libvirt/storage/dmcrypt.py:
+cryptsetup: CommandFilter, cryptsetup, root
+
# nova/virt/xenapi/vm_utils.py:
xenstore-read: CommandFilter, xenstore-read, root