Merge "Add permission for storageproxy to create symlinks for ss" into 24D1-dev

This commit is contained in:
Donnie Pollitz 2024-05-14 21:59:03 +00:00 committed by Android (Google) Code Review
commit c41ed2ee7f

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_persist_block_device:blk_file rw_file_perms;
allow tee tee_userdata_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;