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

@@ -6,10 +6,6 @@
void ksu_kernel_umount_init(void);
void ksu_kernel_umount_exit(void);
#ifdef CONFIG_KSU_SUSFS_TRY_UMOUNT
void susfs_try_umount_all(uid_t uid);
#endif
// Handler function to be called from setresuid hook
int ksu_handle_umount(uid_t old_uid, uid_t new_uid);