Skip to content
Snippets Groups Projects
Commit 478ca55b authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

Allow vold to remount

remount is needed for commiting checkpoints under f2fs

Test: vdc checkpoint commitChanges
Bug: 111020314
Change-Id: If7d4ab641b59d3e942d9d8a72bd91be08680227b
parent d81a36ad
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ allow vold fscklogs:file create_file_perms; ...@@ -125,7 +125,7 @@ allow vold fscklogs:file create_file_perms;
# #
# Unmount and mount the fs. # Unmount and mount the fs.
allow vold labeledfs:filesystem { mount unmount }; allow vold labeledfs:filesystem { mount unmount remount };
# Access /efs/userdata_footer. # Access /efs/userdata_footer.
# XXX Split into a separate type? # XXX Split into a separate type?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment