commit | e10ff1e70970144724baabf00560988c8179cba3 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Thu Oct 03 19:43:48 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 03 19:43:48 2019 +0000 |
tree | 60119d82c249a226838b00633750e9c5883e6920 | |
parent | 8cbaad3e4c5491818b790569398b6e8108ac14dc [diff] | |
parent | 08bf97db8c66d52f6bad57363642e16f5096a302 [diff] |
Merge "sepolicy: allow zygote to use ashmem fds"
diff --git a/private/zygote.te b/private/zygote.te index cf5a7a3..66e14b3 100644 --- a/private/zygote.te +++ b/private/zygote.te
@@ -146,6 +146,9 @@ # ingore spurious denials dontaudit zygote self:global_capability_class_set sys_resource; +# Allow zygote to use ashmem fds from system_server. +allow zygote system_server:fd use; + ### ### neverallow rules ###