From 4cfba805fc0311fea3ab5b361233cabe9bc599fd Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Sun, 22 Sep 2013 14:01:25 +0300 Subject: [PATCH] Add sg_scan filter to rootwrap The sg_scan command was missing from rootwrap. Change-Id: I549b51e30c53eb588b02dc0892c8e32d2c66c6bb Closes-Bug: #1225102 --- etc/cinder/rootwrap.d/volume.filters | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/cinder/rootwrap.d/volume.filters b/etc/cinder/rootwrap.d/volume.filters index 99f75ed6c..1c3ff901c 100644 --- a/etc/cinder/rootwrap.d/volume.filters +++ b/etc/cinder/rootwrap.d/volume.filters @@ -88,5 +88,8 @@ aoe-revalidate: CommandFilter, aoe-revalidate, root aoe-discover: CommandFilter, aoe-discover, root aoe-flush: CommandFilter, aoe-flush, root +# cinder/brick/initiator/linuxscsi.py: +sg_scan: CommandFilter, sg_scan, root + #cinder/backup/services/tsm.py dsmc:CommandFilter,/usr/bin/dsmc,root -- 2.45.2