Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   christos
Date:           Wed May 25 20:07:54 UTC 2016

Modified Files:
        src/sys/kern: kern_exec.c kern_pax.c
        src/sys/sys: pax.h

Log Message:
Give 0,1,2 for security.pax.mprotect.ptrace and make it default to 1
as documented in sysctl(7):
0 - ptrace does not affect mprotect
1 - (default) mprotect is disabled for processes that start executing from
    the debugger (being traced)
2 - mprotect restrictions are relaxed for traced processes


To generate a diff of this commit:
cvs rdiff -u -r1.430 -r1.431 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.52 -r1.53 src/sys/kern/kern_pax.c
cvs rdiff -u -r1.23 -r1.24 src/sys/sys/pax.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index