diff --git a/adbd.te b/adbd.te
index 4b6764759a93fb7813f2ba8f779c876eb74ddac6..704b7bdf0dc87f15a1c0010b5c578d980291c0bd 100644
--- a/adbd.te
+++ b/adbd.te
@@ -44,10 +44,8 @@ unix_socket_connect(adbd, property, init)
 allow adbd shell_prop:property_service set;
 allow adbd powerctl_prop:property_service set;
 
-# XXX Run /system/bin/vdc to connect to vold.  Run in a separate domain?
-# Also covers running /system/bin/bu.
+# Run /system/bin/bu
 allow adbd system_file:file rx_file_perms;
-unix_socket_connect(adbd, vold, vold)
 
 # Perform binder IPC to surfaceflinger (screencap)
 # XXX Run screencap in a separate domain?