freebsd-dev/tools/regression/security
Jonathan Anderson b465884f42 Test process descriptors.
Ensure that process descriptors work as expected. We should be able to:
 - pdfork(), like regular fork(), but producing a process descriptor
 - pdgetpid() to convert a PD into a PID
 - pdkill() to send signals to a process identified by a PD

Approved by:  re (kib), mentor (rwatson)
Sponsored by: Google Inc
2011-08-18 23:15:04 +00:00
..
access
cap_test Test process descriptors. 2011-08-18 23:15:04 +00:00
open_to_operation Add open_to_operation, a security regression test that opens files with 2008-02-14 20:57:38 +00:00
proc_to_proc