mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Do not install kernel and modules with executable access bit set
(cherry picked from commit a9758e46473babc03bfe06edfec35e0c71fa7780)
This commit is contained in:
parent
8645e7c83d
commit
ef60d8076f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue