Skip to content
Snippets Groups Projects
Commit 9c58c14d authored by Andrew Scull's avatar Andrew Scull
Browse files

SELinux policies for Weaver HAL.

Bug: 35628284
Test: Boot and call HAL from system_server
Change-Id: I4cdacb601e0eea1f5f0e721c568c7ee04298704f
parent 323ffe2f
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ binder_call(system_server, hal_vibrator) ...@@ -190,6 +190,7 @@ binder_call(system_server, hal_vibrator)
hal_client_domain(system_server, hal_vibrator) hal_client_domain(system_server, hal_vibrator)
binder_call(system_server, hal_vr) binder_call(system_server, hal_vr)
hal_client_domain(system_server, hal_vr) hal_client_domain(system_server, hal_vr)
hal_client_domain(system_server, hal_weaver)
hal_client_domain(system_server, hal_wifi) hal_client_domain(system_server, hal_wifi)
hal_client_domain(system_server, hal_wifi_offload) hal_client_domain(system_server, hal_wifi_offload)
......
...@@ -240,6 +240,9 @@ attribute hal_vibrator_server; ...@@ -240,6 +240,9 @@ attribute hal_vibrator_server;
attribute hal_vr; attribute hal_vr;
attribute hal_vr_client; attribute hal_vr_client;
attribute hal_vr_server; attribute hal_vr_server;
attribute hal_weaver;
attribute hal_weaver_client;
attribute hal_weaver_server;
attribute hal_wifi; attribute hal_wifi;
attribute hal_wifi_client; attribute hal_wifi_client;
attribute hal_wifi_server; attribute hal_wifi_server;
......
# HwBinder IPC from client to server
binder_call(hal_weaver_client, hal_weaver_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