mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Add description of ECAPMODE to errno(2) man page.
Discussed with: anderson Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months
This commit is contained in:
parent
b70ad7a80d
commit
31cd487f40
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue