cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)
and cap_rights_get(2) in r247602 Reviewed by: pjd Approved by: gjb Approved by: re (rodrigc)
This commit is contained in:
parent
fcc4821fc1
commit
9992c4312f
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 21, 2013
|
||||
.Dd September 17, 2013
|
||||
.Dt CAPSICUM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -62,7 +62,7 @@ File descriptors that wrap other file descriptors, masking operations that can
|
||||
be called on them; for example, a file descriptor returned by
|
||||
.Xr open 2
|
||||
may be refined using
|
||||
.Xr cap_new 2
|
||||
.Xr cap_rights_limit 2
|
||||
so that only
|
||||
.Xr read 2
|
||||
and
|
||||
@ -89,8 +89,8 @@ associated with file descriptors; described in greater detail in
|
||||
.Sh SEE ALSO
|
||||
.Xr cap_enter 2 ,
|
||||
.Xr cap_getmode 2 ,
|
||||
.Xr cap_getrights 2 ,
|
||||
.Xr cap_new 2 ,
|
||||
.Xr cap_rights_get 2 ,
|
||||
.Xr cap_rights_limit 2 ,
|
||||
.Xr fchmod 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr pdfork 2 ,
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 20, 2013
|
||||
.Dd September 17, 2013
|
||||
.Dt PROCSTAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -234,7 +234,7 @@ If the
|
||||
flag is specified, the vnode type, reference count, and offset fields will be
|
||||
omitted, and a new capabilities field will be included listing capabilities,
|
||||
as described in
|
||||
.Xr cap_new 2 ,
|
||||
.Xr cap_rights_limit 2 ,
|
||||
present for each capability descriptor.
|
||||
.Ss Signal Disposition Information
|
||||
Display signal pending and disposition for a process:
|
||||
@ -449,7 +449,7 @@ grows up (bottom-up stack)
|
||||
.Xr ps 1 ,
|
||||
.Xr sockstat 1 ,
|
||||
.Xr cap_enter 2 ,
|
||||
.Xr cap_new 2 ,
|
||||
.Xr cap_rights_limit 2 ,
|
||||
.Xr ddb 4 ,
|
||||
.Xr stack 9
|
||||
.Sh AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user