diff --git a/sepolicy/vendor/tee.te b/sepolicy/vendor/tee.te index 7c59193538f8582f878074971e8273d1c93bc20c..08ec68b0430a454844f593f4aaac1f3ea797a603 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;