11 lines
222 B
Text
11 lines
222 B
Text
module fi-nrpe 1.0;
|
|
|
|
require {
|
|
type nagios_system_plugin_t;
|
|
type nrpe_exec_t;
|
|
class file getattr;
|
|
}
|
|
|
|
#============= nagios_system_plugin_t ==============
|
|
allow nagios_system_plugin_t nrpe_exec_t:file getattr;
|
|
|