Skip to content
Snippets Groups Projects
Commit 7051df1c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow sensor to use gralloc handle and access ion device"

parents 458bc84c 66e6a494
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,6 @@ type hal_sensors_default_exec, exec_type, vendor_file_type, file_type; ...@@ -5,3 +5,6 @@ type hal_sensors_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_sensors_default) init_daemon_domain(hal_sensors_default)
allow hal_sensors_default fwk_scheduler_hwservice:hwservice_manager find; allow hal_sensors_default fwk_scheduler_hwservice:hwservice_manager find;
allow hal_sensors_default hal_graphics_allocator_default:fd use;
allow hal_sensors_default ion_device:chr_file r_file_perms;
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