Drop redundant rules.

This commit is contained in:
Stephen Smalley 2012-03-07 15:01:53 -05:00
parent c83d0087e4
commit d5a70a7f7c

View file

@ -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;