a72289fbe7
The systemd service named openstack-ironic-inspector-dnsmasq is a name which was only ever used by TripleO and hasn't been used since before Train when the services were containerized and the dnsmasq process management was no longer handled by inspector at all. This change removes this rootwrap rule as unused for some years. Any configuration tool which is setting [dnsmasq_pxe_filter]dnsmasq_start_command also needs to be writing an appropriate rootwrap.d file, as the inspector devstack plugin does. Change-Id: I38974faa8897daabf88ff63402d42a3ef93e675c
8 lines
274 B
XML
8 lines
274 B
XML
# This file should be owned by (and only-writeable by) the root user
|
|
|
|
[Filters]
|
|
# ironic-inspector-rootwrap command filters for firewall manipulation
|
|
# ironic_inspector/pxe_filter/iptables.py
|
|
iptables: CommandFilter, iptables, root
|
|
ip6tables: CommandFilter, ip6tables, root
|