dumpstate: Remove do not audit for /system_dlkm

FixedBy: http://aosp/2022375
Bug: 223332748
Test: atest SELinuxHostTest#testNoBugreportDenials
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
Change-Id: I46e427cccec27118fad4440dc6822196d26f4a1b
This commit is contained in:
Ramji Jiyani 2022-03-13 18:30:34 -07:00
parent dc99069f1e
commit cec1d2a769

View file

@ -2,5 +2,3 @@
dontaudit dumpstate app_zygote:process { signal }; dontaudit dumpstate app_zygote:process { signal };
dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find }; dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
dontaudit dumpstate sysfs:file { read }; dontaudit dumpstate sysfs:file { read };
# b/223332748
dontaudit dumpstate system_dlkm_file:dir { getattr };