From dd71a9cf2794afecd2699bf1b245a98b5bfae376 Mon Sep 17 00:00:00 2001 From: Donnie Pollitz Date: Thu, 7 Mar 2024 10:00:09 +0100 Subject: [PATCH] Add permission for storageproxy to create symlinks for ss Bug: 324989972 Test: Manually test that symlinks are created with no avc denials Change-Id: I3f0559ee062c1b5393a2a35f957fbc8528bb58de Signed-off-by: Donnie Pollitz --- vendor/tee.te | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/tee.te b/vendor/tee.te index ba5ee08..0a6139b 100644 --- a/vendor/tee.te +++ b/vendor/tee.te @@ -1,2 +1,3 @@ allow tee tee_persist_block_device:blk_file rw_file_perms; allow tee tee_userdata_block_device:blk_file rw_file_perms; +allow tee tee_data_file:lnk_file create;