ims crashes when denied access to /dev/binder

This commit temporarily grants ims daemon access  to /dev/binder,
without which the daemon crashes. Unfortunately, there are no steps to
reproduce the issue...

Test: mmm system/sepolicy
Bug: 36654098
Bug: 36656795
Bug: 36657020
Change-Id: I7c2a336fc1207f667edda0b4ddfbdcea5e2a26e0
diff --git a/sepolicy/ims.te b/sepolicy/ims.te
index 5a3a67f..c23540b 100644
--- a/sepolicy/ims.te
+++ b/sepolicy/ims.te
@@ -8,6 +8,9 @@
 init_daemon_domain(ims)
 net_domain(ims)
 
+# TODO(b/36657020): Removed this once ims no longer needs access to /dev/binder
+typeattribute ims binder_in_vendor_violators;
+
 # Grant access to Qualcomm MSM Interface (QMI) radio sockets
 qmux_socket(ims)