Add permission for storageproxy to create symlinks for ss

Bug: 324989972
Test: Manually test that symlinks are created with no avc denials
Signed-off-by: Donnie Pollitz <donpollitz@google.com>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dd71a9cf2794afecd2699bf1b245a98b5bfae376)
Merged-In: I3f0559ee062c1b5393a2a35f957fbc8528bb58de
Change-Id: I3f0559ee062c1b5393a2a35f957fbc8528bb58de
This commit is contained in:
Donnie Pollitz 2024-03-07 10:00:09 +01:00 committed by Cherrypicker Worker
parent f269b140a9
commit e7837b9987

1
vendor/tee.te vendored
View file

@ -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;