From 478ca55bfea16d51d13d3d10fcfe94d1fb292a2d Mon Sep 17 00:00:00 2001
From: Daniel Rosenberg <drosen@google.com>
Date: Thu, 8 Nov 2018 22:26:26 -0800
Subject: [PATCH] Allow vold to remount

remount is needed for commiting checkpoints under f2fs

Test: vdc checkpoint commitChanges
Bug: 111020314
Change-Id: If7d4ab641b59d3e942d9d8a72bd91be08680227b
---
 public/vold.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/vold.te b/public/vold.te
index d6ab4af66..69947768b 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -125,7 +125,7 @@ allow vold fscklogs:file create_file_perms;
 #
 
 # Unmount and mount the fs.
-allow vold labeledfs:filesystem { mount unmount };
+allow vold labeledfs:filesystem { mount unmount remount };
 
 # Access /efs/userdata_footer.
 # XXX Split into a separate type?
-- 
GitLab