manager: Add support to disable sucompat mode.

This commit is contained in:
weishu
2025-02-16 19:35:35 +08:00
parent 2096bd7304
commit 9bb39ff760
7 changed files with 63 additions and 1 deletions
+4
View File
@@ -79,4 +79,8 @@ bool set_app_profile(const app_profile *profile);
bool get_app_profile(p_key_t key, app_profile *profile);
bool set_su_enabled(bool enabled);
bool is_su_enabled();
#endif //KERNELSU_KSU_H