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
(cherry picked from commit 1e765fa4cb
)
This commit is contained in:
parent
96225165de
commit
833eef7f4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user