Document KAUTH_REQ_NETWORK_BIND_PORT.
This commit is contained in:
parent
e75a3b5e33
commit
e84ac529f6
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: kauth.9,v 1.75 2009/04/16 08:03:52 wiz Exp $
|
.\" $NetBSD: kauth.9,v 1.76 2009/04/20 19:37:08 elad Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
|
.\" Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -25,7 +25,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd April 15, 2009
|
.Dd April 20, 2009
|
||||||
.Dt KAUTH 9
|
.Dt KAUTH 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -552,6 +552,8 @@ allows to indicate the type of the request to structure listeners and callers
|
|||||||
easier.
|
easier.
|
||||||
Supported request types:
|
Supported request types:
|
||||||
.Bl -tag -width compact
|
.Bl -tag -width compact
|
||||||
|
.It Dv KAUTH_REQ_NETWORK_BIND_PORT
|
||||||
|
Checks if binding to a non-privileged/reserved port is allowed.
|
||||||
.It Dv KAUTH_REQ_NETWORK_BIND_PRIVPORT
|
.It Dv KAUTH_REQ_NETWORK_BIND_PRIVPORT
|
||||||
Checks if binding to a privileged/reserved port is allowed.
|
Checks if binding to a privileged/reserved port is allowed.
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user