Merge "Allow reading of /data/security/current symlink."
diff --git a/adbd.te b/adbd.te
index 28fa5e5..27a497e 100644
--- a/adbd.te
+++ b/adbd.te
@@ -58,10 +58,6 @@
 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;