xref: /aosp_15_r20/system/sepolicy/private/canhalconfigurator.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Workertype canhalconfigurator, domain, coredomain;
2*e4a36f41SAndroid Build Coastguard Workertype canhalconfigurator_exec, exec_type, system_file_type, file_type;
3*e4a36f41SAndroid Build Coastguard Workerinit_daemon_domain(canhalconfigurator)
4*e4a36f41SAndroid Build Coastguard Worker
5*e4a36f41SAndroid Build Coastguard Worker# This allows the configurator to look up the CAN HAL controller via
6*e4a36f41SAndroid Build Coastguard Worker# hwservice_manager and communicate with it.
7*e4a36f41SAndroid Build Coastguard Workerhal_client_domain(canhalconfigurator, hal_can_controller)
8*e4a36f41SAndroid Build Coastguard Worker
9*e4a36f41SAndroid Build Coastguard Workerbinder_use(canhalconfigurator)
10*e4a36f41SAndroid Build Coastguard Workerbinder_call(hal_can_controller, canhalconfigurator)
11