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 <donpollitz@google.com>
This commit is contained in:
Donnie Pollitz 2024-03-07 10:00:09 +01:00
parent 791a7a4eb2
commit dd71a9cf27

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;