diff options
Diffstat (limited to 'prebuilts/api/32.0/public/hal_bootctl.te')
-rw-r--r-- | prebuilts/api/32.0/public/hal_bootctl.te | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prebuilts/api/32.0/public/hal_bootctl.te b/prebuilts/api/32.0/public/hal_bootctl.te new file mode 100644 index 000000000..a1f3d7fe4 --- /dev/null +++ b/prebuilts/api/32.0/public/hal_bootctl.te @@ -0,0 +1,6 @@ +# HwBinder IPC from client to server, and callbacks +binder_call(hal_bootctl_client, hal_bootctl_server) +binder_call(hal_bootctl_server, hal_bootctl_client) + +hal_attribute_hwservice(hal_bootctl, hal_bootctl_hwservice) +allow hal_bootctl_server proc_bootconfig:file r_file_perms; |