Files
device_google_gs201/sepolicy/vendor/hal_contexthub.te
Michael Bestas ce8eacb771 gs201: sepolicy: Regenerate
Change-Id: I39143fba971fbe24b4bcb5a1c205d040616837e7
2025-12-10 21:07:29 +02:00

20 lines
845 B
Plaintext

hal_client_domain(hal_contexthub_default, hal_graphics_allocator)
binder_call(hal_contexthub_default, hal_sensors_default)
binder_call(hal_contexthub_default, hal_wifi_ext)
get_prop(hal_contexthub_default, vendor_aoc_prop)
unix_socket_connect(hal_contexthub_default, chre, chre)
wakelock_use(hal_contexthub_default)
allow hal_contexthub_default aoc_device:chr_file rw_file_perms;
allow hal_contexthub_default chre_data_file:dir create_dir_perms;
allow hal_contexthub_default chre_data_file:file create_file_perms;
allow hal_contexthub_default device:dir r_dir_perms;
allow hal_contexthub_default hal_graphics_mapper_hwservice:hwservice_manager find;
allow hal_contexthub_default hal_wifi_ext_service:service_manager find;
allow hal_contexthub_default sysfs_aoc:dir search;
allow hal_contexthub_default sysfs_aoc_boottime:file r_file_perms;