commit | aad4f6ed19d739da43bfdfa94407c43b90ef48a8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 17 20:22:57 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 17 20:22:57 2019 +0000 |
tree | d25937d0729512ec0d1d7ddfd6564532bc6b0862 | |
parent | 5386377bfb9f8f28b5c2626621058acfc92a160d [diff] | |
parent | 58c10acfe8bfe190200fc9f6cf459df80c0f6f46 [diff] |
Merge "Allow system and root to access fsverity keys"
diff --git a/keystore/permissions.cpp b/keystore/permissions.cpp index 05454cb..d17fcdd 100644 --- a/keystore/permissions.cpp +++ b/keystore/permissions.cpp
@@ -59,6 +59,8 @@ {AID_ROOT, AID_SYSTEM}, {AID_WIFI, AID_KEYSTORE}, {AID_KEYSTORE, AID_WIFI}, + {AID_FSVERITY_CERT, AID_ROOT}, + {AID_FSVERITY_CERT, AID_SYSTEM}, #ifdef GRANT_ROOT_ALL_PERMISSIONS // Allow VTS tests to act on behalf of the wifi user