Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161323627
D19805.id55762.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
D19805.id55762.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 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: 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 (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
Fri, Jul 3, 7:51 PM (15 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34635149
Default Alt Text
D19805.id55762.diff (1 KB)
Attached To
Mode
D19805: MFC r344662:
Attached
Detach File
Event Timeline
Log In to Comment