Skip to content

Commit bc03a89

Browse files
committed
MPROTECT=0 misleadingly actually enables MPROTECT.
1 parent 3f758b7 commit bc03a89

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sys/arch/evbmips/conf/OCTEON

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $NetBSD: OCTEON,v 1.15 2025/12/01 20:24:31 nia Exp $
1+
# $NetBSD: OCTEON,v 1.16 2025/12/02 07:42:07 nia Exp $
22

33
include "arch/mips/conf/std.octeon"
44
include "arch/evbmips/conf/files.octeon"
55

66
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
77

8-
#ident "OCTEON-$Revision: 1.15 $"
8+
#ident "OCTEON-$Revision: 1.16 $"
99

1010
maxusers 32
1111

@@ -214,8 +214,8 @@ pseudo-device swwdog # software watchdog timer -- swwdog(4)
214214

215215
options PAX_ASLR_DEBUG=1 # PaX ASLR debug
216216
options PAX_SEGVGUARD=0 # PaX Segmentation fault guard
217-
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
218-
options PAX_MPROTECT_DEBUG=1 # PaX mprotect debug
217+
# options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
218+
# options PAX_MPROTECT_DEBUG=1 # PaX mprotect debug
219219
options PAX_ASLR=1 # PaX Address Space Layout Randomization
220220

221221
include "dev/veriexec.config"

0 commit comments

Comments
 (0)