Blame policy/modules/admin/certwatch.te
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
0bfccd |
policy_module(certwatch, 1.0)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
########################################
|
|
Chris PeBenito |
2bcdbd |
#
|
|
Chris PeBenito |
2bcdbd |
# Declarations
|
|
Chris PeBenito |
2bcdbd |
#
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
type certwatch_t;
|
|
Chris PeBenito |
2bcdbd |
type certwatch_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(certwatch_t, certwatch_exec_t)
|
|
Chris PeBenito |
2bcdbd |
role system_r types certwatch_t;
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
########################################
|
|
Chris PeBenito |
2bcdbd |
#
|
|
Chris PeBenito |
2bcdbd |
# Local policy
|
|
Chris PeBenito |
2bcdbd |
#
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
files_read_etc_files(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
libs_use_ld_so(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
libs_use_shared_libs(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
logging_send_syslog_msg(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
miscfiles_read_certs(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
miscfiles_read_localization(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
2bcdbd |
apache_exec_modules(certwatch_t)
|
|
Chris PeBenito |
2bcdbd |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
0bfccd |
cron_system_entry(certwatch_t, certwatch_exec_t)
|
|
Chris PeBenito |
2bcdbd |
')
|