Celica Sylphil
2024-01-08 21:08:49 +08:00
committed by GitHub
parent ba7cbb3f67
commit 28738e878e

View File

@@ -69,9 +69,9 @@ Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs`
+CONFIG_KSU=y
```
::: code-group
Then, add KernelSU calls to the kernel source, here are some patches to refer:
Then, add KernelSU calls to the kernel source, here is a patch to refer:
::: code-group
```diff[exec.c]
diff --git a/fs/exec.c b/fs/exec.c