sepolicy: allow sensors hal to read adsrpc properties

Change-Id: I6956b7d61339be4665a8d2af47b3c0ba2c88793e
This commit is contained in:
Jun-Hyung Kwon 2020-04-23 13:46:34 -07:00 committed by Ravi Kumar Siddojigari
parent bda49713a0
commit cffb1ae449

View file

@ -60,3 +60,6 @@ allowxperm hal_sensors_default self:{ socket qipcrtr_socket } ioctl msm_sock_ipc
allow hal_sensors_default system_server:fd use; allow hal_sensors_default system_server:fd use;
hal_client_domain(hal_sensors_default, hal_graphics_allocator) hal_client_domain(hal_sensors_default, hal_graphics_allocator)
# allow to read adsprpc related properties
get_prop(hal_sensors_default, vendor_adsprpc_prop)