mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
glibc: Enable CET
Enable Intel Control-flow Enforcement Technology (CET) support to protect the library with indirect branch tracking (IBT) and shadow stack (SHSTK). Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
1c3905afa6
commit
cf557eca9c
@@ -65,6 +65,10 @@ EXTRA_CONFIG += \
|
||||
--enable-bind-now \
|
||||
--disable-crypt
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
EXTRA_CONFIG += --enable-cet
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user