diff options
author | Michael Still <mikal@stillhq.com> | 2017-07-31 16:57:16 +1000 |
---|---|---|
committer | Michael Still <mikal@stillhq.com> | 2017-09-08 03:08:41 +1000 |
commit | 8325d41d4e126bdd46236e687b0f109f1d9226dc (patch) | |
tree | 9ebd2a6e01ca3200adfcb78c8923d63098a79900 /etc | |
parent | 0908d338c4f834d2f6ef24b7dc62649b6b7a7bc0 (diff) | |
download | nova-8325d41d4e126bdd46236e687b0f109f1d9226dc.tar.gz |
Move execs of touch to privsep.
Instead of starting a process to update the mtime of a file, just
use privsep.
Change-Id: I2f3cfdf157e0c8bfb699ef2b29c18e9359ddd63f
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nova/rootwrap.d/compute.filters | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters index d412446286..8786df809a 100644 --- a/etc/nova/rootwrap.d/compute.filters +++ b/etc/nova/rootwrap.d/compute.filters @@ -233,8 +233,5 @@ ploop: RegExpFilter, ploop, root, ploop, init, -s, .*, -f, .*, -t, .*, .* # nova/virt/libvirt/utils.py: 'xend', 'status' xend: CommandFilter, xend, root -# nova/virt/libvirt/utils.py: -touch: CommandFilter, touch, root - # nova/virt/libvirt/volume/vzstorage.py pstorage-mount: CommandFilter, pstorage-mount, root |