File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -812,7 +812,9 @@ runs:
812812 echo "Patching file: $file with fix_$file.patch"
813813 patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_$file.patch"
814814 done
815+ echo "Patching Hook Mode!"
815816 patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/overwrite_hook_mode.patch"
817+ echo "Patching KSU_TOOLKIT Support for SusFS kernel!"
816818 patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/ksu_toolkit.patch"
817819 else
818820 patch -p1 --forward < 10_enable_susfs_for_ksu.patch
@@ -912,6 +914,7 @@ runs:
912914 cd ./KernelSU
913915 fi
914916
917+ echo "Patching BBG Enhanced Security!"
915918 patch -p1 --forward < "../../../kernel_patches/common/bbg_untrusted_cred.patch"
916919 echo "✅ BBG LSM added"
917920 echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments