From d5a70a7f7c4c970733fdec8b1516837e048c399e Mon Sep 17 00:00:00 2001
From: Stephen Smalley <sds@tycho.nsa.gov>
Date: Wed, 7 Mar 2012 15:01:53 -0500
Subject: [PATCH] Drop redundant rules.

---
 shell.te | 2 --
 1 file changed, 2 deletions(-)

diff --git a/shell.te b/shell.te
index 56250ab58..a0d02057a 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;
-- 
GitLab