Drop redundant rules.
This commit is contained in:
parent
c83d0087e4
commit
d5a70a7f7c
1 changed files with 0 additions and 2 deletions
2
shell.te
2
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;
|
||||
|
|
Loading…
Reference in a new issue