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:
parent
3927e3ca50
commit
fb95355f98
|
@ -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)
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Reference in New Issue