Skip to content
Snippets Groups Projects
Commit ac4498fa authored by Andrew Scull's avatar Andrew Scull Committed by android-build-merger
Browse files

Merge "SELinux policies for the OEM lock HAL." into oc-dev

am: f2760f79

Change-Id: Iac53bd00513b53476d9156440fd4937afcf0bd54
parents ed4841ce f2760f79
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ hal_client_domain(system_server, hal_graphics_allocator) ...@@ -181,6 +181,7 @@ hal_client_domain(system_server, hal_graphics_allocator)
hal_client_domain(system_server, hal_ir) hal_client_domain(system_server, hal_ir)
hal_client_domain(system_server, hal_light) hal_client_domain(system_server, hal_light)
hal_client_domain(system_server, hal_memtrack) hal_client_domain(system_server, hal_memtrack)
hal_client_domain(system_server, hal_oemlock)
allow system_server hal_omx_hwservice:hwservice_manager find; allow system_server hal_omx_hwservice:hwservice_manager find;
allow system_server hidl_token_hwservice:hwservice_manager find; allow system_server hidl_token_hwservice:hwservice_manager find;
hal_client_domain(system_server, hal_power) hal_client_domain(system_server, hal_power)
......
...@@ -232,6 +232,9 @@ attribute hal_memtrack_server; ...@@ -232,6 +232,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