We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0c511 commit 1571788Copy full SHA for 1571788
.github/actions/action.yml
@@ -188,7 +188,7 @@ runs:
188
echo "Adding BBG..."
189
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
190
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
+ sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/lockdown/lockdown,baseband_guard/ } }' common/security/Kconfig
192
193
- name: Add KernelSU Next
194
shell: bash
0 commit comments