diff --git a/policy/modules/services/certbot.te b/policy/modules/services/certbot.te index 3fe397f8c..d54a77193 100644 --- a/policy/modules/services/certbot.te +++ b/policy/modules/services/certbot.te @@ -12,7 +12,7 @@ init_daemon_domain(certbot_t, certbot_exec_t) type certbot_log_t; logging_log_file(certbot_log_t) -type certbot_runtime_t alias certbot_var_run_t; +type certbot_runtime_t; files_runtime_file(certbot_runtime_t) type certbot_tmp_t; @@ -21,7 +21,7 @@ files_tmp_file(certbot_tmp_t) type certbot_tmpfs_t; files_tmpfs_file(certbot_tmpfs_t) -type certbot_lib_t alias certbot_var_lib_t; +type certbot_lib_t; files_type(certbot_lib_t) ########################################