commit | e2a7b528499257cbec27abb20371b760f2972812 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Tue Apr 11 09:27:40 2017 -0600 |
committer | Shawn Willden <swillden@google.com> | Tue Apr 11 11:48:50 2017 -0600 |
tree | c968f82a23b228b7da5678bdeaefcd6fa9db4178 | |
parent | 4cb6f38017ec1d90142e75facf3ff0e0bbd3f077 [diff] [blame] |
Fix unique ID attestation. Test: CTS test will be added. Bug: 34671471 Change-Id: I2f36b85ba7a46e7aabe83b8e0c58a8092ee1f643
diff --git a/keystore/permissions.h b/keystore/permissions.h index f5f1831..80d0e04 100644 --- a/keystore/permissions.h +++ b/keystore/permissions.h
@@ -39,6 +39,7 @@ P_CLEAR_UID = 1 << 15, P_ADD_AUTH = 1 << 16, P_USER_CHANGED = 1 << 17, + P_GEN_UNIQUE_ID = 1 << 18, }; const char* get_perm_label(perm_t perm);