Don't audit any system_app_data_file:dir access
Lab devices don't do factory reset. So we see 'avc: denied' logs everynow and then. The fix disables the related audits to avoid any false negatives. Bug: 287069860 Test: m && flashall && check for 'avc: denied { write }' Change-Id: I4f98af849b99f4ece737c85a23e22b817677d917
This commit is contained in:
parent
d77ddb4c15
commit
be42c5b12c
@ -2,7 +2,7 @@ type vendor_pbcs_app, domain, coredomain;
|
||||
|
||||
app_domain(vendor_pbcs_app);
|
||||
|
||||
allow vendor_pbcs_app system_app_data_file:dir search;
|
||||
dontaudit vendor_pbcs_app system_app_data_file:dir *;
|
||||
|
||||
allow vendor_pbcs_app app_api_service:service_manager find;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user