Allow vold to remount

remount is needed for commiting checkpoints under f2fs

Test: vdc checkpoint commitChanges
Bug: 111020314
Change-Id: If7d4ab641b59d3e942d9d8a72bd91be08680227b
This commit is contained in:
Daniel Rosenberg 2018-11-08 22:26:26 -08:00
parent d81a36ad47
commit 478ca55bfe

View file

@ -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?