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
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
type vendor_pbcs_app, domain, coredomain;
|
|
|
|
app_domain(vendor_pbcs_app);
|
|
|
|
dontaudit vendor_pbcs_app system_app_data_file:dir *;
|
|
|
|
allow vendor_pbcs_app app_api_service:service_manager find;
|
|
|
|
allow vendor_pbcs_app vendor_camera_binder_service:service_manager add;
|
|
|
|
binder_call(vendor_pbcs_app, hal_camera_default);
|