commit | eee138c2db6916a2b965819b1c25f10c490c329a | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Sat Mar 23 01:23:13 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 23 01:23:13 2013 +0000 |
tree | 5278c2d83106fafbef7f3edcd54f7626d517710f | |
parent | 41e539010df1fa58abf6b57959ea30a05ff80102 [diff] | |
parent | 8b3b4fe7560b66641f894ba728eeb7cfb3348143 [diff] |
Merge "Allow zygote to search tmpfs."
diff --git a/zygote.te b/zygote.te index 24e4189..9707082 100644 --- a/zygote.te +++ b/zygote.te
@@ -35,5 +35,5 @@ allow zygote rootfs:dir mounton; allow zygote sdcard_type:dir { write search setattr create add_name mounton }; dontaudit zygote self:capability fsetid; -allow zygote tmpfs:dir { write create add_name setattr mounton }; +allow zygote tmpfs:dir { write create add_name setattr mounton search }; allow zygote tmpfs:filesystem mount;