You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
484 B
18 lines
484 B
7 months ago
|
# Signal java processes to dump hal_vehicle_default, hal_audiocontrol_default
|
||
|
allow dumpstate {
|
||
|
hal_vehicle_default
|
||
|
hal_audiocontrol_default
|
||
|
}:process signal;
|
||
|
|
||
|
|
||
|
# Allow dumpstate to make binder calls to hal_identity, hal_light, hal_power
|
||
|
binder_call(dumpstate, hal_identity_default)
|
||
|
binder_call(dumpstate, hal_light_default)
|
||
|
binder_call(dumpstate, hal_power_default)
|
||
|
|
||
|
dump_hal(hal_vehicle)
|
||
|
dump_hal(hal_audiocontrol)
|
||
|
dump_hal(hal_identity)
|
||
|
dump_hal(hal_light)
|
||
|
dump_hal(hal_power)
|