selinux-refpolicy/policy/modules/services/varnishd.fc
Chris PeBenito 69a403cd97 Rename *_var_run_t types to *_runtime_t.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2019-09-30 20:02:43 -04:00

20 lines
1023 B
Plaintext

/etc/rc\.d/init\.d/varnish -- gen_context(system_u:object_r:varnishd_initrc_exec_t,s0)
/etc/rc\.d/init\.d/varnishlog -- gen_context(system_u:object_r:varnishlog_initrc_exec_t,s0)
/etc/rc\.d/init\.d/varnishncsa -- gen_context(system_u:object_r:varnishlog_initrc_exec_t,s0)
/etc/varnish(/.*)? gen_context(system_u:object_r:varnishd_etc_t,s0)
/usr/bin/varnishd -- gen_context(system_u:object_r:varnishd_exec_t,s0)
/usr/bin/varnishlog -- gen_context(system_u:object_r:varnishlog_exec_t,s0)
/usr/bin/varnishncsa -- gen_context(system_u:object_r:varnishlog_exec_t,s0)
/usr/sbin/varnishd -- gen_context(system_u:object_r:varnishd_exec_t,s0)
/var/lib/varnish(/.*)? gen_context(system_u:object_r:varnishd_var_lib_t,s0)
/var/log/varnish(/.*)? gen_context(system_u:object_r:varnishlog_log_t,s0)
/run/varnish\.pid -- gen_context(system_u:object_r:varnishd_runtime_t,s0)
/run/varnishlog\.pid -- gen_context(system_u:object_r:varnishlog_runtime_t,s0)
/run/varnishncsa\.pid -- gen_context(system_u:object_r:varnishlog_runtime_t,s0)