This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2018-07-19 03:01:03 -03:00

10 lines
305 B
Plaintext

#allow hwservicemanager init:binder call;
allow hwservicemanager init:dir search;
allow hwservicemanager init:file { open read };
allow hwservicemanager init:process getattr;
binder_use(hwservicemanager);
binder_call(hwservicemanager, hal_power_default);
binder_call(hwservicemanager, hal_usb_default);