commit | 9c5d9e65e5a21651ff0b7b7f033d0f93e0641fcf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 15 01:58:39 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 15 01:58:41 2017 +0000 |
tree | 92c130c223704437a6a374f6fb98655a57c9d480 | |
parent | 3b97552ffb678347d06794eb5bfe0535a7a68ef4 [diff] | |
parent | ec6f393d0761c04fa9783ba7b176cc61b72be2fe [diff] |
Merge "Fix build under GitC client."
diff --git a/public/runas.te b/public/runas.te index 21bd880..19e30e8 100644 --- a/public/runas.te +++ b/public/runas.te
@@ -4,6 +4,7 @@ allow runas adbd:process sigchld; allow runas shell:fd use; allow runas shell:fifo_file { read write }; +allow runas shell:unix_stream_socket { read write }; allow runas devpts:chr_file { read write ioctl }; allow runas shell_data_file:file { read write };