Skip to content

Commit 789a483

Browse files
Experimental Sepolicy fix test (#137)
1 parent cd5bd1b commit 789a483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,8 @@ runs:
869869
patch -p1 --forward < "$KERNEL_PATCHES_FOLDER/next/susfs_fix_patches/$susfs_version/ksu_toolkit.patch"
870870
echo "Patching Multi-manager Support for SusFS kernel!"
871871
patch -p1 --forward < "$KERNEL_PATCHES_FOLDER/next/susfs_fix_patches/$susfs_version/multi_manager.patch"
872+
echo "Patching Multi-manager sepolicy Support for SusFS kernel!"
873+
patch -p1 --forward < "$KERNEL_PATCHES_FOLDER/next/susfs_fix_patches/$susfs_version/multi_sepolicy_fix.patch"
872874
else
873875
cd "$KSU_FOLDER"
874876
patch -p1 --forward < "$SUSFS_FOLDER/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch" || true

0 commit comments

Comments
 (0)