mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
Don't audit storageproxyd unlabeled access
Test: m sepolicy Bug: 197502330 Change-Id: Ibe7292dc659dd454d3c842f6c48d2d90bc77117d
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user