Skip to content
Snippets Groups Projects
Commit a2519226 authored by Steven Moreland's avatar Steven Moreland
Browse files

haldomain: add hwbinder_use

All hals need to use hwbinder.

Test: no additional denials
Bug: 34180936
Change-Id: Ie92cdbd79fc75062c4afa4cda53cb57ccde7e370
parent 615b60bd
No related branches found
No related tags found
No related merge requests found
# hwbinder access
hwbinder_use(hal_thermal)
# call into system_server process (callbacks)
binder_call(hal_thermal, system_server)
# hwbinder access
hwbinder_use(hal_vibrator)
# vibrator sysfs rw access
allow hal_vibrator sysfs_vibrator:file rw_file_perms;
# hwbinder access
hwbinder_use(hal_vr)
# call into system_server process
binder_call(hal_vr, system_server)
## hwbinder access
hwbinder_use(hal_wifi)
## call into system_server process (for invoking callbacks)
binder_call(hal_wifi, system_server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment