Merge "Allow storageproxyd to create directories in its data location"

This commit is contained in:
Treehugger Robot 2022-01-26 20:29:27 +00:00 committed by Gerrit Code Review
commit 423a9a467b

View file

@ -8,7 +8,7 @@ allow tee persist_ss_file:file create_file_perms;
allow tee persist_ss_file:dir create_dir_perms; allow tee persist_ss_file:dir create_dir_perms;
allow tee persist_file:dir r_dir_perms; allow tee persist_file:dir r_dir_perms;
allow tee mnt_vendor_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:dir create_dir_perms;
allow tee tee_data_file:lnk_file r_file_perms; allow tee tee_data_file:lnk_file r_file_perms;
allow tee sg_device:chr_file rw_file_perms; allow tee sg_device:chr_file rw_file_perms;
allow tee self:capability { setgid setuid }; allow tee self:capability { setgid setuid };