Skip to content
Snippets Groups Projects
Commit 529a9f43 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Allow app to access configstore HAL" am: cc877324 am: 14d792d7

am: 46695b73

Change-Id: I2ec74670d8b61cf7fea34d8f6937a477b58ed689
parents 2fbc9b6c 46695b73
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,9 @@ auditallow { appdomain userdebug_or_eng(`-su') } ion_device:chr_file { write app ...@@ -246,6 +246,9 @@ auditallow { appdomain userdebug_or_eng(`-su') } ion_device:chr_file { write app
# Allow app to access the graphic allocator HAL # Allow app to access the graphic allocator HAL
binder_call({ appdomain -isolated_app }, hal_graphics_allocator) 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 app to access shared memory created by camera HAL1
allow { appdomain -isolated_app } hal_camera:fd use; allow { appdomain -isolated_app } hal_camera:fd use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment