Mount storage Android/data and Android/obb as tmpfs in app namespace
So Android/data and Android/obb won't be accessing fuse anymore, and apps should not see other packages as well as it's sandboxed the tmpfs. Bug: 155462341 Test: atest AppDataIsolationTests pass after feature flag is on Test: Sample app gets Permission Denied when it does mkdir() on other running package Android/data dir. Change-Id: Iabc4903245952b9c770f063a6c44df2747bca8da
Loading
Please register or sign in to comment