summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongdong Zhou <dzhou121@gmail.com>2014-07-23 08:36:33 +0100
committerDongdong Zhou <dzhou121@gmail.com>2014-07-23 09:10:18 +0100
commit12023ad1a116be4b1b15272b2d43dce3833403a7 (patch)
tree435137e19e0e041c7fe0f899af0e5e5e0e7efe11
parentbf809fdf085357b244fda82f86341add3b8bd316 (diff)
downloadironic-12023ad1a116be4b1b15272b2d43dce3833403a7.tar.gz
remove ironic-manage-ipmi.filters
the two commands in this file doesn't need to be executed as root, so this file can be removed Closes-Bug: #1248422 Change-Id: I8a3b8b221a260a3a04ba8bbea59c60ed2fc1c8f8
-rw-r--r--etc/ironic/rootwrap.d/ironic-manage-ipmi.filters9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/ironic/rootwrap.d/ironic-manage-ipmi.filters b/etc/ironic/rootwrap.d/ironic-manage-ipmi.filters
deleted file mode 100644
index 34f290806..000000000
--- a/etc/ironic/rootwrap.d/ironic-manage-ipmi.filters
+++ /dev/null
@@ -1,9 +0,0 @@
-# ironic-rootwrap command filters for manager nodes
-# This file should be owned by (and only-writeable by) the root user
-
-[Filters]
-# ironic/manager/ipmi.py: 'ipmitool', ..
-ipmitool: CommandFilter, /usr/bin/ipmitool, root
-
-# ironic/manager/ipmi.py: 'kill', '-TERM', str(console_pid)
-kill_shellinaboxd: KillFilter, root, /usr/local/bin/shellinaboxd, -15, -TERM