certbot: Drop aliases since they have never had the old names in refpolicy.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2021-01-19 09:01:40 -05:00
parent 3927e3ca50
commit fb95355f98
1 changed files with 2 additions and 2 deletions

View File

@ -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)
########################################