ansible/roles/nagios_server/files/selinux/nagios_hostname.te

12 lines
265 B
Text
Raw Normal View History

2017-01-07 23:33:47 +00:00
module nagios_hostname 1.0;
require {
type nagios_t;
type hostname_exec_t;
class file { read getattr open execute execute_no_trans };
}
#============= nagios_t ==============
allow nagios_t hostname_exec_t:file { read getattr open execute execute_no_trans };