Sha256: ddd721cce089088e95d60c3069268dcf6355bdfab7e7dd059cdca2ecad7a56b1
Contents?: true
Size: 750 Bytes
Versions: 44
Compression:
Stored size: 750 Bytes
Contents
module nrpe_file 1.0; require { type unconfined_t; type nrpe_t; type nrpe_etc_t; type nagios_etc_t; class dir { read relabelto }; class file { read relabelto getattr open }; } #============= nrpe_t ============== #!!!! This avc is allowed in the current policy allow nrpe_t nagios_etc_t:dir read; allow nrpe_t nagios_etc_t:file open; #!!!! This avc is allowed in the current policy allow nrpe_t nagios_etc_t:file { read getattr }; #!!!! This avc is allowed in the current policy allow nrpe_t nrpe_etc_t:dir read; #============= unconfined_t ============== #!!!! This avc is allowed in the current policy allow unconfined_t nrpe_t:dir relabelto; #!!!! This avc is allowed in the current policy allow unconfined_t nrpe_t:file relabelto;
Version data entries
44 entries across 44 versions & 1 rubygems