Merge changes from topic "264483567"

* changes:
  storage: fix idle-maint avc denials.
  storage: remove vold tracking_denials rules
This commit is contained in:
Randall Huang 2023-02-14 03:07:06 +00:00 committed by Android (Google) Code Review
commit ccd8416356
2 changed files with 4 additions and 10 deletions

4
radio/vold.te Normal file
View file

@ -0,0 +1,4 @@
allow vold modem_efs_file:dir rw_dir_perms;
allow vold modem_userdata_file:dir rw_dir_perms;
allow vold efs_block_device:blk_file { getattr };
allow vold modem_userdata_block_device:blk_file { getattr };

View file

@ -1,10 +0,0 @@
# b/264831112
dontaudit vold modem_efs_file:dir { ioctl };
dontaudit vold modem_efs_file:dir { open };
dontaudit vold modem_efs_file:dir { read };
dontaudit vold modem_userdata_file:dir { ioctl };
dontaudit vold modem_userdata_file:dir { open };
dontaudit vold modem_userdata_file:dir { read };
dontaudit vold sysfs_scsi_devices_0000:file { write };
# b/264972759
dontaudit vold dumpstate:fd { use };