storageproxyd: Remove setuid/setgid SELinux permissions

Bug: 205904330
Test: boot
Change-Id: Iefecc29752781151679e9f798330a36d14447df9
This commit is contained in:
Tri Vo 2022-07-15 11:06:41 -07:00
parent 1a4cd82bc8
commit 78011e9f3a

View file

@ -11,7 +11,6 @@ allow tee mnt_vendor_file:dir r_dir_perms;
allow tee tee_data_file:dir create_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 storageproxyd access to gsi_public_metadata_file # Allow storageproxyd access to gsi_public_metadata_file
read_fstab(tee) read_fstab(tee)