Bläddra i källkod

allow acme-updater to resolve dns records

Helmut Pozimski 7 år sedan
förälder
incheckning
87b53501e3
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      policy/modules/acme-updater.te

+ 3 - 1
policy/modules/acme-updater.te

@@ -1,4 +1,4 @@
-policy_module(acme-updater, 0.1.4)
+policy_module(acme-updater, 0.1.5)
 
 #################################
 #
@@ -23,6 +23,8 @@ corecmd_exec_shell(acmeupdater_t)
 miscfiles_read_localization(acmeupdater_t)
 miscfiles_read_generic_certs(acmeupdater_t)
 
+sysnet_dns_name_resolve(acmeupdater_t)
+
 files_read_etc_files(acmeupdater_t)
 files_search_var_lib(acmeupdater_t)