Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153930604
D18950.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D18950.diff
View Options
Index: head/share/man/man4/rights.4
===================================================================
--- head/share/man/man4/rights.4
+++ head/share/man/man4/rights.4
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2018
+.Dd February 28, 2019
.Dt RIGHTS 4
.Os
.Sh NAME
@@ -467,9 +467,6 @@
.It Dv CAP_PDKILL
Permit
.Xr pdkill 2 .
-.It Dv CAP_PDWAIT
-Permit
-.Xr pdwait4 2 .
.It Dv CAP_PEELOFF
Permit
.Xr sctp_peeloff 2 .
Index: head/sys/sys/capsicum.h
===================================================================
--- head/sys/sys/capsicum.h
+++ head/sys/sys/capsicum.h
@@ -246,7 +246,12 @@
/* Process management via process descriptors. */
/* Allows for pdgetpid(2). */
#define CAP_PDGETPID CAPRIGHT(1, 0x0000000000000200ULL)
-/* Allows for pdwait4(2). */
+/*
+ * Allows for pdwait4(2).
+ *
+ * XXX: this constant was imported unused, but is targeted to be implemented
+ * in the future (bug 235871).
+ */
#define CAP_PDWAIT CAPRIGHT(1, 0x0000000000000400ULL)
/* Allows for pdkill(2). */
#define CAP_PDKILL CAPRIGHT(1, 0x0000000000000800ULL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 25, 9:34 PM (18 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32105609
Default Alt Text
D18950.diff (1 KB)
Attached To
Mode
D18950: Remove references to pdwait4(2) and `CAP_PDWAIT` from rights(4)
Attached
Detach File
Event Timeline
Log In to Comment