Merge "Add input_device permission to hal_sensors_default" am: 24e2b82446 am: 22fbea2c34

am: b1edca4ae9

Change-Id: I73f8af3eca7bc63d58b49d3c3d1b1a0986b23632
This commit is contained in:
Kim Low 2018-10-19 15:48:13 -07:00 committed by android-build-merger
commit dfc7348b25

View File

@ -6,6 +6,9 @@ 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 input_device:dir r_dir_perms;
allow hal_sensors_default input_device:chr_file r_file_perms;
# Allow sensor hals to access and use gralloc memory allocated by # Allow sensor hals to access and use gralloc memory allocated by
# android.hardware.graphics.allocator # android.hardware.graphics.allocator
allow hal_sensors_default hal_graphics_allocator_default:fd use; allow hal_sensors_default hal_graphics_allocator_default:fd use;