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

SELinux policies for the OEM lock HAL.

Bug: 34766843
Test: Boot and call HAL from system_server
Change-Id: Ice78aedfdbe82477a84252499a76dad37887fe6b
parent 323ffe2f
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,7 @@ binder_call(system_server, hal_light) ...@@ -178,6 +178,7 @@ binder_call(system_server, hal_light)
hal_client_domain(system_server, hal_light) hal_client_domain(system_server, hal_light)
binder_call(system_server, hal_memtrack) binder_call(system_server, hal_memtrack)
hal_client_domain(system_server, hal_memtrack) hal_client_domain(system_server, hal_memtrack)
hal_client_domain(system_server, hal_oemlock)
binder_call(system_server, hal_power) binder_call(system_server, hal_power)
hal_client_domain(system_server, hal_power) hal_client_domain(system_server, hal_power)
hal_client_domain(system_server, hal_sensors) hal_client_domain(system_server, hal_sensors)
......
...@@ -216,6 +216,9 @@ attribute hal_memtrack_server; ...@@ -216,6 +216,9 @@ attribute hal_memtrack_server;
attribute hal_nfc; attribute hal_nfc;
attribute hal_nfc_client; attribute hal_nfc_client;
attribute hal_nfc_server; attribute hal_nfc_server;
attribute hal_oemlock;
attribute hal_oemlock_client;
attribute hal_oemlock_server;
attribute hal_power; attribute hal_power;
attribute hal_power_client; attribute hal_power_client;
attribute hal_power_server; attribute hal_power_server;
......
# HwBinder IPC from client to server
binder_call(hal_oemlock_client, hal_oemlock_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