From e9c4181b1c8ba06df415f8d5d6abf30e7d27b731 Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Fri, 20 Sep 2013 13:09:37 -0700 Subject: [PATCH] zygote.te: fix comment. per the discussion in https://android-review.googlesource.com/#/c/65063/1/zygote.te adjust the comment in this file. Change-Id: I8db31e22ec34493442bc8e86bcd0bc0136b7bae4 --- zygote.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zygote.te b/zygote.te index f974bbe27..11a767f31 100644 --- a/zygote.te +++ b/zygote.te @@ -11,7 +11,7 @@ allow zygote self:capability setpcap; # Switch SELinux context to app domains. allow zygote system_server:process dyntransition; allow zygote appdomain:process dyntransition; -# Allow zygote to read app data dirs (b/10455872) +# Allow zygote to read app /proc/pid dirs (b/10455872) allow zygote appdomain:dir { getattr search }; allow zygote appdomain:file { r_file_perms }; # Move children into the peer process group. -- GitLab