-# nova-rootwrap command filters for volume nodes
+# cinder-rootwrap command filters for volume nodes
# This file should be owned by (and only-writeable by) the root user
[Filters]
-# nova/volume/iscsi.py: iscsi_helper '--op' ...
+# cinder/volume/iscsi.py: iscsi_helper '--op' ...
ietadm: CommandFilter, /usr/sbin/ietadm, root
tgtadm: CommandFilter, /usr/sbin/tgtadm, root
tgt-admin: CommandFilter, /usr/sbin/tgt-admin, root
-# nova/volume/driver.py: 'vgs', '--noheadings', '-o', 'name'
+# cinder/volume/driver.py: 'vgs', '--noheadings', '-o', 'name'
vgs: CommandFilter, /sbin/vgs, root
-# nova/volume/driver.py: 'lvcreate', '-L', sizestr, '-n', volume_name,..
-# nova/volume/driver.py: 'lvcreate', '-L', ...
+# cinder/volume/driver.py: 'lvcreate', '-L', sizestr, '-n', volume_name,..
+# cinder/volume/driver.py: 'lvcreate', '-L', ...
lvcreate: CommandFilter, /sbin/lvcreate, root
-# nova/volume/driver.py: 'dd', 'if=%s' % srcstr, 'of=%s' % deststr,...
+# cinder/volume/driver.py: 'dd', 'if=%s' % srcstr, 'of=%s' % deststr,...
dd: CommandFilter, /bin/dd, root
-# nova/volume/driver.py: 'lvremove', '-f', %s/%s % ...
+# cinder/volume/driver.py: 'lvremove', '-f', %s/%s % ...
lvremove: CommandFilter, /sbin/lvremove, root
-# nova/volume/driver.py: 'lvdisplay', '--noheading', '-C', '-o', 'Attr',..
+# cinder/volume/driver.py: 'lvdisplay', '--noheading', '-C', '-o', 'Attr',..
lvdisplay: CommandFilter, /sbin/lvdisplay, root
-# nova/volume/driver.py: 'iscsiadm', '-m', 'discovery', '-t',...
-# nova/volume/driver.py: 'iscsiadm', '-m', 'node', '-T', ...
+# cinder/volume/driver.py: 'iscsiadm', '-m', 'discovery', '-t',...
+# cinder/volume/driver.py: 'iscsiadm', '-m', 'node', '-T', ...
iscsiadm: CommandFilter, /sbin/iscsiadm, root
iscsiadm_usr: CommandFilter, /usr/bin/iscsiadm, root
-#nova/volume/.py: utils.temporary_chown(path, 0), ...
+#cinder/volume/.py: utils.temporary_chown(path, 0), ...
chown: CommandFilter, /bin/chown, root