From 8b3b4fe7560b66641f894ba728eeb7cfb3348143 Mon Sep 17 00:00:00 2001
From: rpcraig <rpcraig@tycho.ncsc.mil>
Date: Mon, 3 Dec 2012 13:47:28 -0500
Subject: [PATCH] Allow zygote to search tmpfs.

Change-Id: Ib0bdcbc1a7e45e1d1a046c9fa8aff89183ebfe0d
---
 zygote.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zygote.te b/zygote.te
index 24e4189e0..9707082c3 100644
--- a/zygote.te
+++ b/zygote.te
@@ -35,5 +35,5 @@ allow zygote rootfs:file r_file_perms;
 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;
-- 
GitLab