File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,16 @@ jobs:
151151 cp ../../../kernel_patches/next/ksun_susfs_v1.5.7_patch_12647+.patch ./ksun_susfs_latest.patch
152152 ;;
153153 "v1.5.8")
154- # cp ../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch ./ksun_susfs_latest.patch
155- curl -o ksun_susfs_latest.patch -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch
154+ cp ../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch ./ksun_susfs_latest.patch
156155 ;;
157156 *)
158157 echo "Invalid version: $susfs_version"
159158 exit 1
160159 ;;
161160 esac
162161 patch -p1 --forward < ksun_susfs_latest.patch || true
162+ # [PATCH] hunt from start_stack
163+ curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3
163164
164165
165166 # Change to common directory and apply SUSFS patch
@@ -196,16 +197,6 @@ jobs:
196197 echo "Applying KSUN Hooks..."
197198 cp ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch ./manual_hooks.patch
198199 patch -p1 --fuzz=3 < ./manual_hooks.patch
199-
200- curl -Ls https://github.com/backslashxx/mojito_krenol/commit/84cc3277f7fd1b79681d8cdaa6315717ae53404f.patch | head -n-12 | patch -p1 -F 3
201- cd ../KernelSU-Next
202- sed -i '1i \
203- #ifdef CONFIG_KSU_LSM_SECURITY_HOOKS \
204- #define LSM_HANDLER_TYPE static int \
205- #else \
206- #define LSM_HANDLER_TYPE int \
207- #endif' ./kernel/core_hook.c
208- curl -Ls https://github.com/backslashxx/KernelSU/commit/1fc6b935ac1a50a82c9b93872c0fc3b8c1732ce8.patch | patch -p1 -F 3
209200
210201 - name : Apply Hide Stuff Patches
211202 run : |
You can’t perform that action at this time.
0 commit comments