Skip to content

Commit

Permalink
data sync after reset superkey
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Apr 8, 2024
1 parent 9da4446 commit edc8642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/base/predata.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ void reset_superkey(const char *key)
{
lib_strncpy(superkey, key, SUPER_KEY_LEN - 1);
superkey[SUPER_KEY_LEN - 1] = '\0';
dsb(ish);
}

void enable_auth_root_key(int enable)
Expand Down

0 comments on commit edc8642

Please sign in to comment.