diff --git a/adbd.te b/adbd.te
index 28fa5e5e0a5489d175dc874af510c1e1c7d20cd5..27a497ea83bcb863acca63b94c314c35f992cc49 100644
--- a/adbd.te
+++ b/adbd.te
@@ -58,10 +58,6 @@ binder_call(adbd, surfaceflinger)
 allow adbd adb_keys_file:dir search;
 allow adbd adb_keys_file:file r_file_perms;
 
-# Allow access in case /data/misc/adb still has the old type.
-allow adbd system_data_file:dir search;
-allow adbd system_data_file:file r_file_perms;
-
 # ndk-gdb invokes adb forward to forward the gdbserver socket.
 allow adbd app_data_file:dir search;
 allow adbd app_data_file:sock_file write;