diff options
author | rwatson <rwatson@FreeBSD.org> | 2011-03-03 11:29:48 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2011-03-03 11:29:48 +0000 |
commit | 698cb59fd5daf74775183a1798b358186524c310 (patch) | |
tree | 006a209492ebb10bfeb82db774e754037dd7202e /lib/libc | |
parent | 34dc0cba8cfabf1e78515b6d30406d8928522fcc (diff) | |
download | FreeBSD-src-698cb59fd5daf74775183a1798b358186524c310.zip FreeBSD-src-698cb59fd5daf74775183a1798b358186524c310.tar.gz |
Add description of ECAPMODE to errno(2) man page.
Discussed with: anderson
Obtained from: Capsicum Project
Sponsored by: Google, Inc.
MFC after: 3 months
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index e5ff9df..1a22ea2 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -467,6 +467,8 @@ A device or socket encountered an unrecoverable protocol error. .It Er 93 ENOTCAPABLE Em "Capabilities insufficient" . An operation on a capability file descriptor requires greater privilege than the capability allows. +.It Er 94 ECAPMODE Em "Not permitted in capability mode" . +The system call or operation is not permitted for capability mode processes. .El .Sh DEFINITIONS .Bl -tag -width Ds |