Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173152720
D18950.id54104.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.id54104.diff
View Options
Index: share/man/man4/rights.4
===================================================================
--- share/man/man4/rights.4
+++ share/man/man4/rights.4
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2018
+.Dd January 24, 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: sys/sys/capsicum.h
===================================================================
--- sys/sys/capsicum.h
+++ 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.
+ */
#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
Thu, Sep 24, 11:29 PM (49 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39558941
Default Alt Text
D18950.id54104.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