We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76938ac commit a921a10Copy full SHA for a921a10
.github/actions/action.yml
@@ -905,6 +905,14 @@ runs:
905
fi
906
echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
907
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' common/security/Kconfig
908
+
909
+ if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
910
+ cd ./KernelSU-Next
911
+ else
912
+ cd ./KernelSU
913
+ fi
914
915
+ patch -p1 --forward < "../../../kernel_patches/common/bbg_untrusted_cred.patch"
916
echo "✅ BBG LSM added"
917
echo "::endgroup::"
918
0 commit comments