Revert "kernel: Apply the SUSFS patch"

This reverts commit ad0f3f6025.
This commit is contained in:
ShirkNeko
2025-11-09 21:39:04 +08:00
parent 3a0f9b4e2c
commit 66f37c7310
11 changed files with 19 additions and 944 deletions

View File

@@ -75,10 +75,6 @@ bool ksu_execveat_hook __read_mostly = true;
bool ksu_input_hook __read_mostly = true;
#endif
#ifdef CONFIG_KSU_SUSFS_SUS_SU
bool susfs_is_sus_su_ready = false;
#endif // #ifdef CONFIG_KSU_SUSFS_SUS_SU
u32 ksu_file_sid;
// Detect whether it is on or not
@@ -627,10 +623,6 @@ static void stop_execve_hook(void)
ksu_execveat_hook = false;
pr_info("stop execve_hook\n");
#endif
#ifdef CONFIG_KSU_SUSFS_SUS_SU
susfs_is_sus_su_ready = true;
pr_info("susfs: sus_su is ready\n");
#endif
}
static void stop_input_hook(void)