Browse Source

acme-updater: allow corenet_tcp_bind_generic_node

Helmut Pozimski 3 years ago
parent
commit
368f51d151
1 changed files with 3 additions and 1 deletions
  1. 3 1
      acme-updater.te

+ 3 - 1
acme-updater.te

@@ -1,4 +1,4 @@
-policy_module(acme-updater, 0.1.18)
+policy_module(acme-updater, 0.1.19)
 
 #################################
 #
@@ -25,6 +25,8 @@ allow acmeupdater_t self:tcp_socket accept;
 corecmd_exec_bin(acmeupdater_t)
 corecmd_exec_shell(acmeupdater_t)
 
+corenet_tcp_bind_generic_node(acmeupdater_t)
+
 read_files_pattern(acmeupdater_t, acmeupdater_etc_t, acmeupdater_etc_t)
 
 miscfiles_read_localization(acmeupdater_t)