Capability rights for process management via process descriptors do exist
already, so uncomment them. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
90e3b216d4
commit
8ae789894e
@ -209,11 +209,10 @@ static struct cap_desc {
|
|||||||
{ CAP_IOCTL, "io" },
|
{ CAP_IOCTL, "io" },
|
||||||
{ CAP_TTYHOOK, "ty" },
|
{ CAP_TTYHOOK, "ty" },
|
||||||
|
|
||||||
#ifdef NOTYET
|
/* Process management via process descriptors. */
|
||||||
{ CAP_PDGETPID, "pg" },
|
{ CAP_PDGETPID, "pg" },
|
||||||
{ CAP_PDWAIT4, "pw" },
|
{ CAP_PDWAIT, "pw" },
|
||||||
{ CAP_PDKILL, "pk" },
|
{ CAP_PDKILL, "pk" },
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
static const u_int cap_desc_count = sizeof(cap_desc) /
|
static const u_int cap_desc_count = sizeof(cap_desc) /
|
||||||
sizeof(cap_desc[0]);
|
sizeof(cap_desc[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user