android13/system/sepolicy/prebuilts/api/30.0/public/hal_identity.te

8 lines
266 B
Plaintext

# HwBinder IPC from client to server
binder_call(hal_identity_client, hal_identity_server)
add_service(hal_identity_server, hal_identity_service)
binder_call(hal_identity_server, servicemanager)
allow hal_identity_client hal_identity_service:service_manager find;