dfaa65c8e2
This reverts commit e76be8e804
.
This policy is apparently still needed for neutron-dhcp-agent.
12 lines
198 B
Plaintext
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;
|