File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -908,14 +908,14 @@ runs:
908908 echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
909909 sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' common/security/Kconfig
910910
911- if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
912- cd ./KernelSU-Next
913- else
914- cd ./KernelSU
915- fi
916-
917- echo "Patching BBG Enhanced Security!"
918- patch -p1 --forward < "../../../kernel_patches/common/bbg_untrusted_cred.patch"
911+ # if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
912+ # cd ./KernelSU-Next
913+ # else
914+ # cd ./KernelSU
915+ # fi
916+
917+ # echo "Patching BBG Enhanced Security!"
918+ # patch -p1 --forward < "../../../kernel_patches/common/bbg_untrusted_cred.patch"
919919 echo "✅ BBG LSM added"
920920 echo "::endgroup::"
921921
You can’t perform that action at this time.
0 commit comments