Support "full" mode when updating bind mounts of a process. am: 8f2ff80e87

am: c7ad0d7657

Change-Id: I7ab086d3ed5ac3d72507a949718c6a58fcb9aea8
gugelfrei
Sudheer Shanka 5 years ago committed by android-build-merger
commit a5f435c8d6

@ -554,6 +554,8 @@ int VolumeManager::remountUid(uid_t uid, int32_t mountMode) {
storageSource = "/mnt/runtime/read";
} else if (mode == "write") {
storageSource = "/mnt/runtime/write";
} else if (mode == "full") {
storageSource = "/mnt/runtime/full";
} else {
// Sane default of no storage visible
_exit(0);

Loading…
Cancel
Save