Blame strict/file_contexts/program/nagios.fc
|
Chris PeBenito |
0fbfa5 |
# nagios - network monitoring server
|
|
Chris PeBenito |
0fbfa5 |
/var/log/netsaint(/.*)? system_u:object_r:nagios_log_t
|
|
Chris PeBenito |
0fbfa5 |
/usr/lib(64)?/netsaint/plugins(/.*)? system_u:object_r:bin_t
|
|
Chris PeBenito |
0fbfa5 |
/usr/lib(64)?/cgi-bin/netsaint/.+ -- system_u:object_r:nagios_cgi_exec_t
|
|
Chris PeBenito |
0fbfa5 |
# nagios
|
|
Chris PeBenito |
0fbfa5 |
ifdef(`distro_debian', `
|
|
Chris PeBenito |
0fbfa5 |
/usr/sbin/nagios -- system_u:object_r:nagios_exec_t
|
|
Chris PeBenito |
0fbfa5 |
/usr/lib/cgi-bin/nagios/.+ -- system_u:object_r:nagios_cgi_exec_t
|
|
Chris PeBenito |
0fbfa5 |
', `
|
|
Chris PeBenito |
0fbfa5 |
/usr/bin/nagios -- system_u:object_r:nagios_exec_t
|
|
Chris PeBenito |
0fbfa5 |
/usr/lib(64)?/nagios/cgi/.+ -- system_u:object_r:nagios_cgi_exec_t
|
|
Chris PeBenito |
0fbfa5 |
')
|
|
Chris PeBenito |
0fbfa5 |
/etc/nagios(/.*)? system_u:object_r:nagios_etc_t
|
|
Chris PeBenito |
0fbfa5 |
/var/log/nagios(/.*)? system_u:object_r:nagios_log_t
|
|
Chris PeBenito |
0fbfa5 |
/usr/lib(64)?/nagios/plugins(/.*)? system_u:object_r:bin_t
|