We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c315933 commit b850d79Copy full SHA for b850d79
.github/actions/action.yml
@@ -374,6 +374,9 @@ runs:
374
set -euo pipefail
375
cd "$CONFIG/kernel_platform/common"
376
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/random_qstr.patch" | patch -p1 --forward
377
+ # Global sus_maps
378
+ sed -i 's/susfs_is_current_proc_umounted()/1==1/' ./fs/proc/task_mmu.c
379
+ sed -i 's/susfs_is_current_proc_umounted()/1==1/' ./fs/proc/base.c
380
381
- name: Add KernelSU-Next and SUSFS Configuration Settings
382
shell: bash
0 commit comments