Skip to content

Commit 1571788

Browse files
committed
Fix BBG Kconfig patch code
1 parent 3e0c511 commit 1571788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ runs:
188188
echo "Adding BBG..."
189189
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
190190
echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
191-
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/landlock/landlock,baseband_guard/ } }' common/security/Kconfig
191+
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/lockdown/lockdown,baseband_guard/ } }' common/security/Kconfig
192192
193193
- name: Add KernelSU Next
194194
shell: bash

0 commit comments

Comments
 (0)