diff --git a/private/system_server.te b/private/system_server.te
index e1c5f6dcec5b8f625ccfca77b5b54e20202e69c5..be56540ab714be3a3b1ade202bb976f4944b965f 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -178,6 +178,7 @@ binder_call(system_server, hal_light)
 hal_client_domain(system_server, hal_light)
 binder_call(system_server, hal_memtrack)
 hal_client_domain(system_server, hal_memtrack)
+hal_client_domain(system_server, hal_oemlock)
 binder_call(system_server, hal_power)
 hal_client_domain(system_server, hal_power)
 hal_client_domain(system_server, hal_sensors)
diff --git a/public/attributes b/public/attributes
index da399c9fa1b21c4a1eda2b3a3bcf46b344929316..d56702d846f86021ed7e144f0c7d4ada53725feb 100644
--- a/public/attributes
+++ b/public/attributes
@@ -216,6 +216,9 @@ attribute hal_memtrack_server;
 attribute hal_nfc;
 attribute hal_nfc_client;
 attribute hal_nfc_server;
+attribute hal_oemlock;
+attribute hal_oemlock_client;
+attribute hal_oemlock_server;
 attribute hal_power;
 attribute hal_power_client;
 attribute hal_power_server;
diff --git a/public/hal_oemlock.te b/public/hal_oemlock.te
new file mode 100644
index 0000000000000000000000000000000000000000..69870ec29a0e1d9b0a7195eae78aeb8ddc3e094f
--- /dev/null
+++ b/public/hal_oemlock.te
@@ -0,0 +1,2 @@
+# HwBinder IPC from client to server
+binder_call(hal_oemlock_client, hal_oemlock_server)