12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
#DESC certwatch - generate SSL certificate expiry warnings
|
|
#
|
|
# Domains for the certwatch process
|
|
# Authors: Dan Walsh <dwalsh@redhat.com>,
|
|
#
|
|
application_domain(certwatch)
|
|
role system_r types certwatch_t;
|
|
r_dir_file(certwatch_t, cert_t)
|
|
can_exec(certwatch_t, httpd_modules_t)
|
|
system_crond_entry(certwatch_exec_t, certwatch_t)
|
|
read_locale(certwatch_t)
|