Skip to content

Commit ebcca3c

Browse files
committed
Fix BBG Kconfig patch code
1 parent 09adffd commit ebcca3c

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
@@ -230,7 +230,7 @@ runs:
230230
echo "Adding BBG..."
231231
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
232232
echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
233-
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/landlock/landlock,baseband_guard/ } }' common/security/Kconfig
233+
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/lockdown/lockdown,baseband_guard/ } }' common/security/Kconfig
234234
235235
- name: Add KernelSU Next
236236
shell: bash

0 commit comments

Comments
 (0)