gmscore_app: Don't audit memtrack hal denials
Bug: b/177664629 Test: Check logcat for no memtrack denial on boot Change-Id: I3b6644d2374c97e7f4a0f90aa2c596e0a870d00f
This commit is contained in:
parent
c281113ea8
commit
cdf7b0f374
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ dontaudit gmscore_app { wifi_prop wifi_hal_prop }:file r_file_perms;
|
|||
dontaudit gmscore_app mirror_data_file:dir search;
|
||||
dontaudit gmscore_app mnt_vendor_file:dir search;
|
||||
|
||||
# Don't audit memtrack hal denials (b/177664629)
|
||||
dontaudit gmscore_app hal_memtrack_hwservice:hwservice_manager find;
|
||||
dontaudit gmscore_app hal_memtrack_service:service_manager find;
|
||||
|
||||
# Access the network
|
||||
net_domain(gmscore_app)
|
||||
|
||||
|
|
Loading…
Reference in a new issue