kernel: sync with upstream

This commit is contained in:
Rifat Azad
2024-12-24 06:53:54 +06:00
parent 0907ca55d8
commit 8d2b017c96
17 changed files with 19 additions and 630 deletions

View File

@@ -316,6 +316,5 @@ module_param_cb(ksu_debug_manager_uid, &expected_size_ops,
bool is_manager_apk(char *path)
{
return (check_v2_signature(path, EXPECTED_SIZE, EXPECTED_HASH)
|| check_v2_signature(path, EXPECTED_NEXT_SIZE, EXPECTED_NEXT_HASH));
return check_v2_signature(path, EXPECTED_SIZE, EXPECTED_HASH);
}