Skip to content

Commit 86e69ee

Browse files
committed
block apps on umount list from attaching ptrace
1 parent c0d7412 commit 86e69ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
patch -p1 --forward < ksun_susfs_latest.patch || true
153153
fi
154154
155+
curl -Ls https://github.com/backslashxx/mojito_krenol/commit/0df9b96dcb3836e6e85f83839a95af71d7130e84.patch \
156+
| sed -e 's|a/drivers/kernelsu/core_hook.c|a/kernel/core_hook.c|' \
157+
-e 's|b/drivers/kernelsu/core_hook.c|b/kernel/core_hook.c|' \
158+
| patch -p1 -F 3
159+
155160
# Determine base version based on branch
156161
if [ "${{ inputs.ksun_branch }}" == "stable" ]; then
157162
BASE_VERSION=10200

0 commit comments

Comments
 (0)