Quellcode durchsuchen

allow drac_overrid to acme-updater so it can read the bind session key

Helmut Pozimski vor 7 Jahren
Ursprung
Commit
e8ad21f6f0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      policy/modules/acme-updater.te

+ 2 - 2
policy/modules/acme-updater.te

@@ -1,4 +1,4 @@
-policy_module(acme-updater, 0.1.6)
+policy_module(acme-updater, 0.1.7)
 
 #################################
 #
@@ -14,7 +14,7 @@ init_system_domain(acmeupdater_t, acmeupdater_exec_t)
 # Local policy
 #
 
-
+allow acmeupdater_t self:capability { dac_read_search dac_override };
 
 apache_manage_config(acmeupdater_t)
 corecmd_exec_bin(acmeupdater_t)