commit | c02f17c2162e8ca5ed418426432140747bb3e9f1 | [log] [tgz] |
---|---|---|
author | Branden Archer <brarcher@google.com> | Mon Nov 02 16:28:47 2020 -0800 |
committer | Branden Archer <brarcher@google.com> | Wed Nov 04 13:51:04 2020 -0800 |
tree | ca72164208ba42a8161d6ad26694e75a644dccf4 | |
parent | 0b0f7f31b9d9b988df19919cd8ad51cd54069174 [diff] |
Add @SensitiveData to GateKeeperService Bug: 171501998 Test: Builds and manual evaluation Change-Id: Ic62ca4b35529b2066cd536c5b414a53e254f808c
diff --git a/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl b/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl index 4646efc..67e8633 100644 --- a/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl +++ b/gatekeeperd/binder/android/service/gatekeeper/IGateKeeperService.aidl
@@ -27,6 +27,7 @@ * * @hide */ +@SensitiveData interface IGateKeeperService { /** * Enrolls a password, returning the handle to the enrollment to be stored locally.