platform_system_sepolicy/prebuilts/api/34.0/public/hal_fastboot.te
Inseob Kim 34ad1d0bc1 SEPolicy Prebuilts for 34.0
Bug: 288517951
Test: build
Change-Id: I682e553ec8090281ded447780be41a8ea222b084
Merged-In: I15bf3817a8a6867d52f7963a04a69e543a9801e9
2023-06-23 10:23:59 +00:00

7 lines
343 B
Text

# allow binder connection from client to server
binder_call(hal_fastboot_client, hal_fastboot_server)
# allow client to find the service, allow server to register the service
hal_attribute_service(hal_fastboot, hal_fastboot_service)
# allow binder communication from server to service_manager
binder_call(hal_fastboot_server, servicemanager)