Merge "Allow app to access configstore HAL" am: cc87732443

am: 14d792d7ba

Change-Id: I3ca172822c6db5361637f90b5619afb2a87689e9
This commit is contained in:
Jiyong Park 2017-03-21 06:23:49 +00:00 committed by android-build-merger
commit 46695b7332

View file

@ -246,6 +246,9 @@ auditallow { appdomain userdebug_or_eng(`-su') } ion_device:chr_file { write app
# Allow app to access the graphic allocator HAL
binder_call({ appdomain -isolated_app }, hal_graphics_allocator)
# App can access configstore HAL which is read only
binder_call({ appdomain -isolated_app }, hal_configstore)
# Allow app to access shared memory created by camera HAL1
allow { appdomain -isolated_app } hal_camera:fd use;