xref: /aosp_15_r20/system/sepolicy/private/hal_bootctl.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker# HwBinder IPC from client to server, and callbacks
2*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_bootctl_client, hal_bootctl_server)
3*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_bootctl_server, hal_bootctl_client)
4*e4a36f41SAndroid Build Coastguard Workerbinder_use(hal_bootctl_server)
5*e4a36f41SAndroid Build Coastguard Worker
6*e4a36f41SAndroid Build Coastguard Workerhal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice)
7*e4a36f41SAndroid Build Coastguard Workerallow hal_bootctl_server proc_bootconfig:file r_file_perms;
8*e4a36f41SAndroid Build Coastguard Worker
9*e4a36f41SAndroid Build Coastguard Worker# Needed to wait for AIDL hal services
10*e4a36f41SAndroid Build Coastguard Workerhal_attribute_service(hal_bootctl, hal_bootctl_service);
11