Skip to content

Commit b850d79

Browse files
committed
Test Dangerous global sus_maps
1 parent c315933 commit b850d79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ runs:
374374
set -euo pipefail
375375
cd "$CONFIG/kernel_platform/common"
376376
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
377380
378381
- name: Add KernelSU-Next and SUSFS Configuration Settings
379382
shell: bash

0 commit comments

Comments
 (0)