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:
parent
d81a36ad47
commit
478ca55bfe
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue