commit | d5a70a7f7c4c970733fdec8b1516837e048c399e | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Wed Mar 07 15:01:53 2012 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Mar 07 15:01:53 2012 -0500 |
tree | eacf250c4b7ba5761931a29d136b1b2e8239507c | |
parent | c83d0087e457787fc0441d959a20d56fc5200048 [diff] |
Drop redundant rules.
diff --git a/shell.te b/shell.te index 56250ab..a0d0205 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;