Browse Source

acmetool: allow reading of certificates

Helmut Pozimski 3 years ago
parent
commit
cc4ea184de
1 changed files with 2 additions and 1 deletions
  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)