CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2022/11/27 08:12:57

Modified files:
        regress/sys/kern/noexec: Makefile noexec.c 

Log message:
Applying mimmutable(2) to bss, data and text made the sys/kern/noexec tests fail
since they try to mutate the permissions of the aforementioned sections which is
no longer possible. Instead, "mimic" the sections by allocating and operating on
memory with the same initial permissions.

With help from deraadt@

Reply via email to