commit | b7aee4439e4b1fba8ac18bce755ee452e54a12bf | [log] [tgz] |
---|---|---|
author | Hongyi Zhang <hongyiz@google.com> | Wed Nov 28 00:41:09 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 28 00:41:09 2018 +0000 |
tree | 685f3ac597865a9348f75e6ba139ca7367dcd249 | |
parent | 478ca55bfea16d51d13d3d10fcfe94d1fb292a2d [diff] | |
parent | b61ac077dd0b7e67b275bf55f0d089de8ac47bf1 [diff] |
Merge "grant system_server read permission of server_configurable_flags_data"
diff --git a/public/vold.te b/public/vold.te index d6ab4af..6994776 100644 --- a/public/vold.te +++ b/public/vold.te
@@ -125,7 +125,7 @@ # # 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?