selinux-refpolicy/policy/modules/services/monit.fc
Nicolas Iooss 271352c1c2
monit: use s0 instead of s9
This seems to be a misspelling, and there is no reason which would
explain why monit's init script would be labeled with a different
sensitivity while the main binary uses s0.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2019-08-21 21:39:26 +02:00

15 lines
592 B
Plaintext

/etc/rc\.d/init\.d/monit -- gen_context(system_u:object_r:monit_initrc_exec_t,s0)
/etc/monit(/.*)? gen_context(system_u:object_r:monit_conf_t,s0)
/run/monit\.pid -- gen_context(system_u:object_r:monit_runtime_t,s0)
/run/monit\.socket -s gen_context(system_u:object_r:monit_runtime_t,s0)
/usr/bin/monit -- gen_context(system_u:object_r:monit_exec_t,s0)
/usr/lib/systemd/system/monit.* -- gen_context(system_u:object_r:monit_unit_t,s0)
/var/lib/monit(/.*)? gen_context(system_u:object_r:monit_var_lib_t,s0)
/var/log/monit\.log.* -- gen_context(system_u:object_r:monit_log_t,s0)