Capability rights for process management via process descriptors do exist

already, so uncomment them.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Pawel Jakub Dawidek 2013-02-11 00:10:35 +00:00
parent 42f997ba53
commit 6a9f247c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246644

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]);