Update sepolicy for socket connection from vibrator hal

Bug: 248615564
Test: tested on pixel 8 pro and observed that the added policy
      cleared out the violation log.
Change-Id: I3199c57dd444edb4de38b544b8171fd8cb955aa2
diff --git a/vibrator/cs40l26/hal_vibrator_default.te b/vibrator/cs40l26/hal_vibrator_default.te
index c61cefe..b375141 100644
--- a/vibrator/cs40l26/hal_vibrator_default.te
+++ b/vibrator/cs40l26/hal_vibrator_default.te
@@ -17,6 +17,8 @@
 
 # Allow Vibrator HAL to communicate with daemon via socket
 unix_socket_connect(hal_vibrator_default, chre, chre);
+## TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
+unix_socket_connect(hal_vibrator_default, chre, hal_contexthub_default)
 
 # Allow vibrator HAL's default implementation to use vendor-binder service
 vndbinder_use(hal_vibrator_default);