File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,16 @@ runs:
173173 cp "../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.5-v1.5.7-KSUN-v1.0.8.patch" "./ksun_susfs_latest.patch"
174174 ;;
175175 "v1.5.8")
176- cp "../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.8-KernelSU-Next-v1.0.8.patch" "./ksun_susfs_latest.patch"
176+ cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
177+ patch -p1 --forward --fuzz=3 < 10_enable_susfs_for_ksu.patch || true
178+ cp ../../../kernel_patches/next/susfs_fix_patches/v1.5.8/fix_apk_sign.c.patch ./
179+ patch -p1 --forward --fuzz=3 < fix_apk_sign.c.patch
180+ cp ../../../kernel_patches/next/susfs_fix_patches/v1.5.8/fix_core_hook.c.patch ./
181+ patch -p1 --forward --fuzz=3 < fix_core_hook.c.patch
182+ cp ../../../kernel_patches/next/susfs_fix_patches/v1.5.8/fix_selinux.c.patch ./
183+ patch -p1 --forward --fuzz=3 < fix_selinux.c.patch
184+ cp ../../../kernel_patches/next/susfs_fix_patches/v1.5.8/fix_ksud.c.patch ./
185+ patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
177186 ;;
178187 *)
179188 echo "Invalid version: $susfs_version"
You can’t perform that action at this time.
0 commit comments