Skip to content

Commit 727aa10

Browse files
committed
6.11: Use FineIBT when kcfi is selected
Signed-off-by: Peter Jung <[email protected]>
1 parent 255c652 commit 727aa10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux-cachyos-rc/PKGBUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ prepare() {
330330
### Enable KCFI
331331
if [ -n "$_use_kcfi" ]; then
332332
echo "Enabling kCFI"
333-
scripts/config -e ARCH_SUPPORTS_CFI_CLANG \
334-
-e CFI_CLANG
333+
scripts/config -e ARCH_SUPPORTS_CFI_CLANG -e CFI_CLANG -e CFI_AUTO_DEFAULT
335334
fi
336335

337336
### Select LLVM level

0 commit comments

Comments
 (0)