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 09adffd commit ebcca3cCopy full SHA for ebcca3c
.github/actions/action.yml
@@ -230,7 +230,7 @@ runs:
230
echo "Adding BBG..."
231
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
232
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
+ sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/lockdown/lockdown,baseband_guard/ } }' common/security/Kconfig
234
235
- name: Add KernelSU Next
236
shell: bash
0 commit comments