Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2009 12:31:59 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156383 for review
Message-ID:  <200901191231.n0JCVxoI055179@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156383

Change 156383 by rwatson@rwatson_freebsd_capabilities on 2009/01/19 12:31:10

	Add process descriptor capability definitions and cross-references,
	as well as a previously-missed description of CAP_KEVENT.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/cap_new.2#7 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/cap_new.2#7 (text+ko) ====

@@ -210,6 +210,12 @@
 .Xr ioctl 2 .
 Be aware that this system call has enourmous scope, including potentially
 global scope for some objects.
+.It Dv CAP_KEVENT
+Permit
+.Xr kevent 2 ;
+.Dv CAP_EVENT
+may also be required on file descriptors to be monitored using
+.Xr kevent 2 .
 .It Dv CAP_LISTEN
 Permit
 .Xr listen 2 ;
@@ -240,6 +246,15 @@
 or
 .Dv CAP_WRITE .
 .Pp
+.It Dv CAP_PDGETPID
+Permit
+.Xr pdgetpid 2 .
+.It Dv CAP_PDKILL
+Permit
+.Xr pdkill 2 .
+.It Dv CAP_PDWAIT
+Permit
+.Xr pdwait 2 .
 .It Dv CAP_PEELOFF
 Permit
 .Xr sctp_peeloff 2 .
@@ -402,6 +417,9 @@
 .Xr mq_open 2 ,
 .Xr open 2 ,
 .Xr openat 2 ,
+.Xr pdgetpid 2 ,
+.Xr pdkill 2 ,
+.Xr pdwait 2 ,
 .Xr pipe 2 ,
 .Xr poll 2 ,
 .Xr pread 2 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901191231.n0JCVxoI055179>