|
|
@@ -235,7 +235,7 @@ jobs:
|
|
|
sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' security/Kconfig
|
|
|
|
|
|
if grep -qxF $'\t\tconst char* symlink_target_link = inode->i_op->get_link(dentry, inode, NULL);' ./Baseband_guard/baseband_guard.c; then
|
|
|
- echo "Applying BBG get_link fix
|
|
|
+ echo "Applying BBG get_link fix"
|
|
|
patch -p1 --forward < "$KERNEL_PATCHES/experimental/bbg/bbg_fix_get_link.patch"
|
|
|
fi
|
|
|
|