소스 검색

allow acme_updater to give itself the capability sys_resource (fixes #7)

Helmut Pozimski 7 년 전
부모
커밋
b9873111be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      policy/modules/acme-updater.te

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

@@ -14,7 +14,7 @@ init_system_domain(acmeupdater_t, acmeupdater_exec_t)
 # Local policy
 #
 
-allow acmeupdater_t self:capability { dac_read_search dac_override };
+allow acmeupdater_t self:capability { dac_read_search dac_override sys_resource };
 
 apache_manage_config(acmeupdater_t)
 corecmd_exec_bin(acmeupdater_t)