Pawel Jakub Dawidek 8890f5d020 Allow to use kill(2) in capability mode, but process can send a signal only
to himself. For example abort(3) at first tries to do kill(getpid(), SIGABRT)
which was failing in capability mode, so the code was failing back to exit(1).

Reviewed by:	rwatson
Obtained from:	WHEEL Systems
MFC after:	2 weeks
2012-11-27 10:22:40 +00:00
..
2012-11-26 12:24:39 +00:00
2012-11-27 08:40:48 +00:00
2012-11-20 21:01:59 +00:00
2012-11-09 18:23:38 +00:00
2012-11-10 13:48:41 +00:00
2012-11-21 08:04:21 +00:00