You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
515 B
11 lines
515 B
# 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 |
|
|
|
# ironic-inspector-rootwrap command filters for systemctl manipulation of the dnsmasq service |
|
# ironic_inspector/pxe_filter/dnsmasq.py |
|
systemctl: RegExpFilter, /bin/systemctl, root, systemctl, .*, openstack-ironic-inspector-dnsmasq.service
|
|
|