commit | feb9d9b0c745155e475b56796f516794e5a56c41 | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Mon Apr 06 19:14:46 2020 +0100 |
committer | Ricky Wai <rickywai@google.com> | Wed Apr 15 14:27:28 2020 +0100 |
tree | 6dce18641d9cf45e786091f234ce613395342423 | |
parent | b18be080b7804b1c20b2b51126580d4cc7aab7fe [diff] |
Do not allow apps to list obb or data directory via Fuse As in b/151316657, we will remove the direct bind mount on Android/data and Android/obb directory, so these paths will go through Fuse. Hence, we need to make fuse to block listing these directories. Bug: 152603655 Test: setprop persist.sys.vold_app_data_isolation_enabled true Test: atest FuseDaemonHostTest Change-Id: I47b5bc03b49e70be1004bd4cfb9ce9638a760c04