Merge "Allow TEE storageproxyd permissions needed for DSU handling"

This commit is contained in:
Treehugger Robot 2022-01-12 23:34:32 +00:00 committed by Gerrit Code Review
commit 05ca30173e

View file

@ -8,6 +8,10 @@ allow tee persist_ss_file:file create_file_perms;
allow tee persist_ss_file:dir create_dir_perms;
allow tee persist_file:dir r_dir_perms;
allow tee mnt_vendor_file:dir r_dir_perms;
allow tee tee_data_file:dir rw_dir_perms;
allow tee tee_data_file:lnk_file r_file_perms;
allow tee sg_device:chr_file rw_file_perms;
allow tee self:capability { setgid setuid };
# Allow storageproxyd access to gsi_public_metadata_file
read_fstab(tee)