blob: 91bcdcc9724fa91359944b77aa38bba66e09d995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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;
|