summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2017-09-27 06:31:25 +1000
committerMichael Still <mikal@stillhq.com>2017-09-28 07:30:00 +1000
commita0235b187a87c53d113871f7a0d0ea9781fffba3 (patch)
tree9f9fc13347c4f310757f46e89d165857405472bd /etc
parentc1eb6f0e5078051ff03e4592e5aaff7cf04aa449 (diff)
downloadnova-a0235b187a87c53d113871f7a0d0ea9781fffba3.tar.gz
Read from console ptys using privsep.
Instead of dd. The interesting bit here is that the read is non-blocking, but apart from that its pretty cut and dried. Change-Id: I14d2a15e4f5efbed605e581781873494f23393a4
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/compute.filters3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index 2d2b2df349..ae65a0101a 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -85,9 +85,6 @@ mm-ctl: CommandFilter, mm-ctl, root
# nova/network/linux_net.py: 'ovs-ofctl', ....
ovs-ofctl: CommandFilter, ovs-ofctl, root
-# nova/virt/libvirt/driver.py: 'dd', if=%s % virsh_output, ...
-dd: CommandFilter, dd, root
-
# nova/virt/xenapi/volume_utils.py: 'iscsiadm', '-m', ...
iscsiadm: CommandFilter, iscsiadm, root