Skip to content
Snippets Groups Projects
Commit a7470896 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Make hal_configstore consistent."

parents 7d63911a ac88cb61
Branches
Tags
No related merge requests found
# HwBinder IPC from client to server # HwBinder IPC from client to server
binder_call(hal_configstore_client, hal_configstore_server) binder_call(hal_configstore_client, hal_configstore_server)
allow hal_configstore_client hal_configstore_ISurfaceFlingerConfigs:hwservice_manager find; hal_attribute_hwservice(hal_configstore, hal_configstore_ISurfaceFlingerConfigs)
add_hwservice(hal_configstore_server, hal_configstore_ISurfaceFlingerConfigs)
# As opposed to the rules of most other HALs, the different services exposed by
# this HAL should be restricted to different clients. Thus, the allow rules for
# clients are defined in the .te files of the clients.
# hal_configstore runs with a strict seccomp filter. Use crash_dump's # hal_configstore runs with a strict seccomp filter. Use crash_dump's
# fallback path to collect crash data. # fallback path to collect crash data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment