OSDN Git Service

Mount storage Android/data and Android/obb as tmpfs in app namespace
authorRicky Wai <rickywai@google.com>
Thu, 7 May 2020 15:01:33 +0000 (16:01 +0100)
committerRicky Wai <rickywai@google.com>
Thu, 7 May 2020 15:01:33 +0000 (16:01 +0100)
commite96b34fe822466d4453442f339256e608b4b751c
tree7766b1f577947c006b8517c5d79cd71ac5c7451c
parentfc7b6697b40076f8fd67f6fbc805812c9fd07369
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
Change-Id: I5658440772e669c1235d318f708a3d336523754f
VolumeManager.cpp