platform_system_sepolicy/public/hal_fastboot.te
Sandeep Dhavale f0ea953e60 Fastboot AIDL Sepolicy changes
Bug: 205760652
Test: Build & flash
Change-Id: I2709c5cc2ca859481aac6fecbc99fe30a52a668b
Signed-off-by: Sandeep Dhavale <dhavale@google.com>
2022-11-09 22:21:27 +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)