2014-08-17 20:06:12 +00:00
|
|
|
|
2014-10-02 18:59:08 +00:00
|
|
|
module nagios_hostname 1.0;
|
2014-08-17 20:06:12 +00:00
|
|
|
|
|
|
|
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 };
|