ANDROID: sdcardfs: add support for user permission isolation
authorDaniel Rosenberg <drosen@google.com>
Sun, 22 Jan 2017 23:32:49 +0000 (15:32 -0800)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:03 +0000 (19:40 -0800)
commit992aef9215b7b39abd1dab689e7d42f7da33303b
treebebc47cc03d7141762c126a9d8c57eeba873f02e
parentfe232f1321cd958c4f3e16e1967ba3791f39c793
ANDROID: sdcardfs: add support for user permission isolation

This allows you to hide the existence of a package from
a user by adding them to an exclude list. If a user
creates that package's folder and is on the exclude list,
they will not see that package's id.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 34542611
Change-Id: I9eb82e0bf2457d7eb81ee56153b9c7d2f6646323
fs/sdcardfs/derived_perm.c
fs/sdcardfs/packagelist.c
fs/sdcardfs/sdcardfs.h