diff --git a/public/vold.te b/public/vold.te index d6ab4af6665ac4a69c0b969cff28d320a95e00e5..69947768be57f5200925c1545e3320a8e74a259b 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?