Skip to content

Commit 5ac2a91

Browse files
committed
Disable BBG Enhanced Security
1 parent f51fda8 commit 5ac2a91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/actions/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)