CVSROOT: /cvs Module name: src Changes by: bl...@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@