Support unlabeled vsock sockets for adbd.

The connections that come in from the host are currently unlabeled.

Bug: 130376148
Change-Id: I087b36f50375d91f6e2de87b77795c24181b21ba
diff --git a/shared/sepolicy/adbd.te b/shared/sepolicy/adbd.te
index 60598f0..92cfb18 100644
--- a/shared/sepolicy/adbd.te
+++ b/shared/sepolicy/adbd.te
@@ -1,3 +1,4 @@
 allow adbd self:{ socket vsock_socket } {create listen accept rw_socket_perms_no_ioctl};
-allow adbd unlabeled:socket rw_socket_perms_no_ioctl;
+# TODO(b/130668487): Label the vsock sockets.
+allow adbd unlabeled:{socket vsock_socket} rw_socket_perms_no_ioctl;
 allow adbd kernel:system module_request;