1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mk/Uses: tag kmod.mk as PIE_UNSAFE

Kernel modules are not executables, so marking them safe for being a
position-indepentent executable does not make sense.
PR:		268922
This commit is contained in:
Rene Ladan 2023-01-20 13:22:41 +01:00
parent 1418d95867
commit 1e765fa4cb

View File

@ -25,6 +25,7 @@ IGNORE= requires kernel source files in SRC_BASE=${SRC_BASE}
CATEGORIES+= kld
PIE_UNSAFE= kernel modules are not executable
SSP_UNSAFE= kernel module supports SSP natively
KMODDIR?= /boot/modules