platform_system_sepolicy/public/hal_sensors.te

6 lines
206 B
Text
Raw Normal View History

# HwBinder IPC from client to server
binder_call(hal_sensors_client, hal_sensors_server)
# Allow sensor hals to access ashmem memory allocated by apps
allow hal_sensors { appdomain -isolated_app }:fd use;