Capability rights for process management via process descriptors do exist

already, so uncomment them.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
pjd 2013-02-11 00:10:35 +00:00
parent 90e3b216d4
commit 8ae789894e

View File

@ -209,11 +209,10 @@ static struct cap_desc {
{ CAP_IOCTL, "io" },
{ CAP_TTYHOOK, "ty" },
#ifdef NOTYET
/* Process management via process descriptors. */
{ CAP_PDGETPID, "pg" },
{ CAP_PDWAIT4, "pw" },
{ CAP_PDWAIT, "pw" },
{ CAP_PDKILL, "pk" },
#endif
};
static const u_int cap_desc_count = sizeof(cap_desc) /
sizeof(cap_desc[0]);