[#] http://marc.info/?l=openbsd-cvs&m=140771428403225&w=2
openbsd-cvs(obsdave,2) — All
2014-08-11 03:55:06


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/10 17:44:20

Modified files:
sys/kern : kern_sig.c

Log message:
Write the core file of a non-suid process into the current directory
even if sysctl kern.nosuidcoredump has been set to 2 or 3. This
allows a regular user to debug his programs again.
OK guenther@ deraadt@