From 8b80fa890df7b058e4b2eafbec587dbaedc560fc Mon Sep 17 00:00:00 2001 From: Geremy Condra <gcondra@google.com> Date: Wed, 27 Mar 2013 19:55:40 -0700 Subject: [PATCH] Add remount capability to Zygote. This is a consequence of https://googleplex-android-review.googlesource.com/#/c/278069/ Change-Id: I9b310860534a80e7145950f6c632cf5ba0ad56a7 --- zygote.te | 1 + 1 file changed, 1 insertion(+) diff --git a/zygote.te b/zygote.te index 33e8fe80a..3f0229312 100644 --- a/zygote.te +++ b/zygote.te @@ -37,6 +37,7 @@ 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 search }; allow zygote tmpfs:filesystem mount; +allow zygote labeledfs:filesystem remount; # Handle --invoke-with command when launching Zygote with a wrapper command. allow zygote zygote_exec:file { execute_no_trans open }; -- GitLab