Merge "SELinux policies for Weaver HAL."

This commit is contained in:
TreeHugger Robot 2017-04-12 17:45:43 +00:00 committed by Android (Google) Code Review
commit f60eda359d
3 changed files with 6 additions and 0 deletions

View file

@ -196,6 +196,7 @@ binder_call(system_server, hal_vibrator)
hal_client_domain(system_server, hal_vibrator)
binder_call(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_offload)

View file

@ -246,6 +246,9 @@ attribute hal_vibrator_server;
attribute hal_vr;
attribute hal_vr_client;
attribute hal_vr_server;
attribute hal_weaver;
attribute hal_weaver_client;
attribute hal_weaver_server;
attribute hal_wifi;
attribute hal_wifi_client;
attribute hal_wifi_server;

2
public/hal_weaver.te Normal file
View file

@ -0,0 +1,2 @@
# HwBinder IPC from client to server
binder_call(hal_weaver_client, hal_weaver_server)