storage: remove dumpstate tracking_denial rule

Bug: 261933169
Test: no scsi avc denial when generating bugreport
Change-Id: Iecf98c248a2ad28d05095b7c91b8695dd92486be
Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
Randall Huang 2023-02-14 15:09:06 +08:00
parent 439199228b
commit da5df9cd20

View file

@ -11,9 +11,6 @@ dontaudit dumpstate modem_img_file:dir { getattr };
dontaudit dumpstate modem_img_file:filesystem { getattr }; dontaudit dumpstate modem_img_file:filesystem { getattr };
dontaudit dumpstate modem_userdata_file:dir { getattr }; dontaudit dumpstate modem_userdata_file:dir { getattr };
dontaudit dumpstate persist_file:dir { getattr }; dontaudit dumpstate persist_file:dir { getattr };
dontaudit dumpstate sysfs_scsi_devices_0000:file { getattr };
dontaudit dumpstate sysfs_scsi_devices_0000:file { open };
dontaudit dumpstate sysfs_scsi_devices_0000:file { read };
dontaudit dumpstate system_data_file:dir { open }; dontaudit dumpstate system_data_file:dir { open };
dontaudit dumpstate system_data_file:dir { read }; dontaudit dumpstate system_data_file:dir { read };
dontaudit dumpstate vold:binder { call }; dontaudit dumpstate vold:binder { call };