[Bug 281433] Changing kern.elf64 sysctl's requires press-button reboot
Date: Wed, 11 Sep 2024 23:44:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281433
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste@freebsd.org
--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
In a default configuration base system components are compatible with
allow_wx=0; trying your example on my laptop (on main):
# sysctl kern.elf64.allow_wx=0 kern.elf64.nxstack=0
kern.elf64.allow_wx: 1 -> 0
kern.elf64.nxstack: 1 -> 0
# whoami
root
Is this whoami from 14.0-RELEASE media, or did you build it?
--
You are receiving this mail because:
You are the assignee for the bug.