From c2b1de98b12764046d59ac779687e855253cc7c1 Mon Sep 17 00:00:00 2001 From: Ahmed Harhash Date: Tue, 5 Dec 2023 17:19:47 +0200 Subject: [PATCH] universal8895-common: sepolicy: Allow TEE to read and write prov_efs_file --- sepolicy/vendor/tee.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepolicy/vendor/tee.te b/sepolicy/vendor/tee.te index 7c59193..08ec68b 100644 --- a/sepolicy/vendor/tee.te +++ b/sepolicy/vendor/tee.te @@ -2,3 +2,6 @@ allow tee mobicore_data_file:dir search; allow tee tee_efs_file:dir r_dir_perms; allow tee tee_efs_file:file r_file_perms; + +allow tee prov_efs_file:dir create_dir_perms; +allow tee prov_efs_file:file create_file_perms; -- GitLab