File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ jobs:
204
204
patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
205
205
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_rules.c.patch" ./
206
206
patch -p1 --forward --fuzz=3 < fix_rules.c.patch
207
- curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/fix_sucompat.patch | patch -p1 -F 3 --verbose
207
+ cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_sucompat.c.patch" ./
208
+ patch -p1 --forward --fuzz=3 < fix_sucompat.c.patch
208
209
;;
209
210
*)
210
211
echo "Invalid version: $susfs_version"
@@ -239,6 +240,10 @@ jobs:
239
240
else
240
241
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
241
242
fi
243
+
244
+ # SusFS Expermimental Patches
245
+ echo "Patching susfs_dentry_null_checks!"
246
+ curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/wild-main/experimental/susfs/susfs_dentry_checks.patch | patch -p1 -F 3
242
247
243
248
- name : Apply KSUN Hooks
244
249
run : |
You can’t perform that action at this time.
0 commit comments