git: ef60d8076f97 - stable/14 - Do not install kernel and modules with executable access bit set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 01:15:16 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=ef60d8076f9710a824cd0664a17f350ae9c9077c
commit ef60d8076f9710a824cd0664a17f350ae9c9077c
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-25 13:30:06 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-12-02 01:14:53 +0000
Do not install kernel and modules with executable access bit set
(cherry picked from commit a9758e46473babc03bfe06edfec35e0c71fa7780)
---
share/mk/bsd.own.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 6205faf61a2f..aec88d64850f 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -171,7 +171,7 @@ NOBINMODE?= 444
KMODDIR?= /boot/modules
KMODOWN?= ${BINOWN}
KMODGRP?= ${BINGRP}
-KMODMODE?= ${BINMODE}
+KMODMODE?= ${NOBINMODE}
DTBDIR?= /boot/dtb
DTBODIR?= /boot/dtb/overlays
DTBOWN?= root