Skip to content

Commit

Permalink
Support overriding OS enforced flags when extra global security state…
Browse files Browse the repository at this point in the history
… is nonempty
  • Loading branch information
quh4gko8 committed Oct 1, 2024
1 parent bed7290 commit 2bcbdc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,8 @@ static AttestationResult generateSerialized(final Context context, final byte[]
if (systemUser) {
osEnforcedFlags |= OS_ENFORCED_FLAGS_SYSTEM_USER;
}
if (extraSecurityState != Bundle.EMPTY) {
}
serializer.putInt(osEnforcedFlags);

if (version >= 6) {
Expand Down

0 comments on commit 2bcbdc1

Please sign in to comment.