diff --git a/adbd.te b/adbd.te
index 74345252972a47bb95a913a3614614bd36edb3fc..8a432ca871e694ac99550c73892ec97c95a62a6c 100644
--- a/adbd.te
+++ b/adbd.te
@@ -86,6 +86,9 @@ allow adbd { appdomain autoplay_app }:unix_stream_socket connectto;
 allow adbd zygote_exec:file r_file_perms;
 allow adbd system_file:file r_file_perms;
 
+# Allow pulling the SELinux policy for CTS purposes
+allow adbd selinuxfs:dir r_dir_perms;
+allow adbd selinuxfs:file r_file_perms;
 allow adbd kernel:security read_policy;
 
 allow adbd surfaceflinger_service:service_manager find;