-
I've finally set KernelSU up so I wanted to use a couple of modules and that raised a couple of questions. Of course, I have "Unmount modules by default" switched on (but I think it is on by default) and trying to add unmount per-app doesn't change this behavior too. Installing Shamiko along with Zygisk triggers the unmounts but shouldn't we have this behavior with global unmount by default? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The global umount only works on GKI kernel, for non-GKI kernel, you need modules to achieve that. |
Beta Was this translation helpful? Give feedback.
-
你可以尝试这样:Bot-wxt1221/android_kernel_oneplus_sdm845@54ab1c9 修改fs/namespace.c 然后参考https://github.com/wxt1221/KernelSU/tree/fce6f6ed6ed649df51ab468c57b9ff698fcb2701 的core_hook.c进行修改 |
Beta Was this translation helpful? Give feedback.
The global umount only works on GKI kernel, for non-GKI kernel, you need modules to achieve that.