xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/hal_bootctl.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_bootctl_client, hal_bootctl_server)
3binder_call(hal_bootctl_server, hal_bootctl_client)
4
5hal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice)
6allow hal_bootctl_server proc_bootconfig:file r_file_perms;
7