Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2009 14:19:52 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169293 for review
Message-ID:  <200910071419.n97EJqHc076966@repoman.freebsd.org>

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

Change 169293 by rwatson@rwatson_freebsd_capabilities on 2009/10/07 14:19:47

	Document ENOTCAPABLE in errno(2).

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/intro.2#3 edit

Differences ...

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

@@ -456,6 +456,9 @@
 .It Er 88 EDOOFUS Em "Programming error" .
 A function or API is being abused in a way which could only be detected
 at run-time.
+.It Er 93 ENOTCAPABLE Em "Capabilities insufficient" .
+An operation on a capability file descriptor requires greater privilege than
+the capability allows.
 .El
 .Sh DEFINITIONS
 .Bl -tag -width Ds



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