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;