am fc10f2a7
: Merge "runas: allow pipe communication from the shell"
* commit 'fc10f2a759cfeca49814bc9ebec77b810148e2a2': runas: allow pipe communication from the shell
This commit is contained in:
commit
4dcb8245ae
1 changed files with 2 additions and 1 deletions
1
runas.te
1
runas.te
|
@ -5,6 +5,7 @@ type runas_exec, exec_type, file_type;
|
|||
domain_auto_trans(shell, runas_exec, runas)
|
||||
allow runas adbd:process sigchld;
|
||||
allow runas shell:fd use;
|
||||
allow runas shell:fifo_file { read write };
|
||||
allow runas devpts:chr_file { read write ioctl };
|
||||
|
||||
# run-as reads package information.
|
||||
|
|
Loading…
Reference in a new issue