selinux-refpolicy/policy/modules/services/psad.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

14 lines
477 B
Plaintext

/etc/psad(/.*)? gen_context(system_u:object_r:psad_etc_t,s0)
/etc/rc\.d/init\.d/psad -- gen_context(system_u:object_r:psad_initrc_exec_t,s0)
/usr/bin/psad -- gen_context(system_u:object_r:psad_exec_t,s0)
/usr/sbin/psad -- gen_context(system_u:object_r:psad_exec_t,s0)
/var/lib/psad(/.*)? gen_context(system_u:object_r:psad_var_lib_t,s0)
/var/log/psad(/.*)? gen_context(system_u:object_r:psad_var_log_t,s0)
/run/psad(/.*)? gen_context(system_u:object_r:psad_runtime_t,s0)