commit | bbcd0ffae56c121c0618a2b7df875cc8104a4680 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Wed Oct 26 16:27:45 2016 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Tue Jan 31 10:47:22 2017 -0800 |
tree | f42c3b8e260467c77d9405e0b2ed77372521f8c4 | |
parent | 2757e9bdf498015409dba42e5a1e5f1c40a263c0 [diff] |
ANDROID: vfs: Add permission2 for filesystems with per mount permissions This allows filesystems to use their mount private data to influence the permssions they return in permission2. It has been separated into a new call to avoid disrupting current permission users. Change-Id: I9d416e3b8b6eca84ef3e336bd2af89ddd51df6ca Signed-off-by: Daniel Rosenberg <drosen@google.com>