diff --git a/shell.te b/shell.te
index 56250ab5850bea4c39b8025b9c7e10f0112b533e..a0d02057aa68e41e95d3d43fa5a3c9f8c55226cb 100644
--- a/shell.te
+++ b/shell.te
@@ -1,7 +1,5 @@
 type shell, domain;
 type shell_exec, file_type;
-domain_auto_trans(adbd, shell_exec, shell)
-allow adbd shell:process noatsecure;
 domain_auto_trans(init, shell_exec, shell)
 allow shell rootfs:dir r_dir_perms;
 allow shell devpts:chr_file rw_file_perms;