Add rule to allow system to write to the adbd socket.

Change-Id: I56e3ddae08b0c3d5e6b2492a6754899cc4e25a21
diff --git a/system.te b/system.te
index 761f282..66a7afc 100644
--- a/system.te
+++ b/system.te
@@ -220,3 +220,6 @@
 
 # Allow system to search the /sys/devices/system/cpu directory
 allow system sysfs_devices_system_cpu:dir search;
+
+# Allow system to write to the adbd_socket
+allow system adbd_socket:sock_file write;