Don't audit storageproxyd unlabeled access am: 9fe6aa97af

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17072560

Change-Id: I61b7cabc61d1e6aa286390a90c0b5b8d04f6c35a
This commit is contained in:
Tri Vo 2022-03-04 18:07:05 +00:00 committed by Automerger Merge Worker
commit c4e4e45c43

View file

@ -11,3 +11,7 @@ allow tee sg_device:chr_file rw_file_perms;
# Allow storageproxyd access to gsi_public_metadata_file
read_fstab(tee)
# storageproxyd starts before /data is mounted. It handles /data not being there
# gracefully. However, attempts to access /data trigger a denial.
dontaudit tee unlabeled:dir { search };