xref: /aosp_15_r20/system/sepolicy/private/hal_fastboot.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker# allow binder connection from client to server
2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_fastboot_client, hal_fastboot_server)
3*e4a36f41SAndroid Build Coastguard Worker# allow client to find the service, allow server to register the service
4*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_fastboot, hal_fastboot_service)
5*e4a36f41SAndroid Build Coastguard Worker# allow binder communication from server to service_manager
6*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_fastboot_server, servicemanager)
7*e4a36f41SAndroid Build Coastguard Worker
8