rwatson fa27828ce8 Continue to introduce Capsicum Capability Mode support:
Add a new system call flag, SYF_CAPENABLED, which indicates that a
particular system call is available in capability mode.

Add a new configuration file, kern/capabilities.conf (similar files
may be introduced for other ABIs in the future), which enumerates
system calls that are available in capability mode.  When a new
system call is added to syscalls.master, it will also need to be
added here (if needed).  Teach sysent parts to use this file to set
values for SYF_CAPENABLED for the native ABI.

Reviewed by:	anderson
Discussed with:	benl, kris, pjd
Obtained from:	Capsicum Project
MFC after:	3 months
2011-03-01 13:28:27 +00:00
..
2011-02-21 09:01:34 +00:00
2011-03-01 11:47:51 +00:00
2011-02-28 05:45:31 +00:00
2011-02-12 01:03:15 +00:00
2011-02-21 16:21:43 +00:00
2011-02-21 09:01:34 +00:00
2011-02-22 14:58:14 +00:00
2011-02-21 09:01:34 +00:00
2011-02-21 09:01:34 +00:00
2010-12-05 10:15:23 +00:00