diff --git a/adbd.te b/adbd.te
index 58fdead680ac7800f55b288e5011c58c53021070..b0f5895210e3667aca515d6dd98035675bd60717 100644
--- a/adbd.te
+++ b/adbd.te
@@ -68,3 +68,5 @@ allow adbd appdomain:unix_stream_socket connectto;
 # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
 allow adbd zygote_exec:file r_file_perms;
 allow adbd system_file:file r_file_perms;
+
+allow adbd kernel:security read_policy;
diff --git a/app.te b/app.te
index 6c38f10e36475625d2154e08caf54bba93ffa010..615b39e2bac37c1d9c6328ab6ce22618a0faf576 100644
--- a/app.te
+++ b/app.te
@@ -170,8 +170,6 @@ allow appdomain runas_exec:file getattr;
 # Check SELinux policy and contexts.
 selinux_check_access(appdomain)
 selinux_check_context(appdomain)
-# Enable reading of current selinux policy file
-allow appdomain kernel:security read_policy;
 # Validate that each process is running in the correct security context.
 allow appdomain domain:process getattr;