Support "full" mode when updating bind mounts of a process.
am: 8f2ff80e87
Change-Id: I160a6a09eccea8fc5d766ed268d4c7c702e4c5dd
This commit is contained in:
commit
c7ad0d7657
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue