Browse Source

acmetool: allow reading of certificates

Helmut Pozimski 3 năm trước cách đây
mục cha
commit
cc4ea184de
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      acmetool.te

+ 2 - 1
acmetool.te

@@ -1,4 +1,4 @@
-policy_module(acmetool, 0.1.16)
+policy_module(acmetool, 0.1.17)
 
 ########################################
 #
@@ -51,6 +51,7 @@ corecmd_exec_shell(acmetool_t)
 corecmd_exec_bin(acmetool_t)
 
 miscfiles_read_localization(acmetool_t)
+miscfiles_read_all_certs(acmetool_t)
 files_read_usr_files(acmetool_t)
 
 dev_read_urand(acmetool_t)