Merge "Don't audit storageproxyd unlabeled access"

This commit is contained in:
Tri Vo 2022-03-04 17:45:37 +00:00 committed by Gerrit Code Review
commit fbf92e2ada

View file

@ -15,3 +15,7 @@ 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)
# 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 };