From dfcdfed68402bffa37318aa81d2447d81799943b Mon Sep 17 00:00:00 2001 From: Ahmed Harhash Date: Wed, 6 Dec 2023 16:19:39 +0200 Subject: [PATCH] universal8895-common: sepolicy: Allow gatekeeper hal to read and write prov_efs_file --- sepolicy/vendor/hal_gatekeeper_default.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sepolicy/vendor/hal_gatekeeper_default.te b/sepolicy/vendor/hal_gatekeeper_default.te index 5bd1855..834507c 100644 --- a/sepolicy/vendor/hal_gatekeeper_default.te +++ b/sepolicy/vendor/hal_gatekeeper_default.te @@ -4,3 +4,7 @@ allow hal_gatekeeper_default efs_file:dir search; allow hal_gatekeeper_default tee_efs_file:dir search; allow hal_gatekeeper_default tee_efs_file:file rw_file_perms; + +allow hal_gatekeeper_default prov_efs_file:dir create_dir_perms; +allow hal_gatekeeper_default prov_efs_file:file create_file_perms; + -- GitLab