Browse Source

feat(susfs): update sublevel condition for applying Android 16 6.12 Fake Patch

TheWildJames 3 months ago
parent
commit
2f10c84a0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -178,7 +178,7 @@ runs:
           echo "Applying exec.c Android 16 6.12 Fake Patch"
           sed -i '/^#include <linux\/dma-buf.h>$/d' fs/exec.c
         fi
-        if [ "${{ inputs.sublevel }}" -ge "9999" ]; then
+        if [ "${{ inputs.sublevel }}" -ge "69" ]; then
           echo "Applying task_mmu.c Android 16 6.12 Fake Patch"
           sed -i 's/vma_data_pages/vma_pages/g' fs/proc/task_mmu.c
         fi