instack-undercloud/elements/selinux-policy-updates/neutron_ip_tmpfs.te
James Slagle dfaa65c8e2 Revert "remove old neutron policy"
This reverts commit e76be8e804.

This policy is apparently still needed for neutron-dhcp-agent.
2014-07-16 20:22:04 -04:00

12 lines
198 B
Plaintext

module neutron_ip_tmpfs 1.0;
require {
type ifconfig_t;
type ifconfig_var_run_t;
class dir mounton;
}
#============= ifconfig_t ==============
allow ifconfig_t ifconfig_var_run_t:dir mounton;