xref: /aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/hal_identity.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server
2binder_call(hal_identity_client, hal_identity_server)
3
4add_service(hal_identity_server, hal_identity_service)
5binder_call(hal_identity_server, servicemanager)
6
7allow hal_identity_client hal_identity_service:service_manager find;
8