kernel: added susfs v1.5.3

This commit is contained in:
Rifat Azad
2024-12-24 07:34:30 +06:00
parent 1f58c7bf12
commit bdf81c0880
18 changed files with 842 additions and 58 deletions

View File

@@ -314,7 +314,7 @@ module_param_cb(ksu_debug_manager_uid, &expected_size_ops,
#endif
bool is_manager_apk(char *path)
bool ksu_is_manager_apk(char *path)
{
return (check_v2_signature(path, EXPECTED_NEXT_SIZE, EXPECTED_NEXT_HASH)
|| check_v2_signature(path, EXPECTED_SIZE, EXPECTED_HASH));