Change an ordered list to an itemized list.

Add mention of the mac_get_peer() interface, and also the ioctls to
get and set network interface labels.

Sponsored by:	SPAWAR, McAfee Research
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2005-01-22 18:27:28 +00:00
parent da9db39793
commit e11179975f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23622

View file

@ -506,7 +506,7 @@
<para>The following MAC-related system calls are present in the
FreeBSD kernel:</para>
<orderedlist>
<itemizedlist>
<listitem>
<para><function>mac_get_proc()</function> may be used to
retrieve the label of the current process.</para>
@ -573,7 +573,18 @@
execution of a new program. This change in label on execution
is referred to as a "transition".</para>
</listitem>
</orderedlist>
<listitem>
<para><function>mac_get_peer()</function>, actually implemented
via a socket option, retrieves the label of a remote peer on a
socket, if availabl.</para>
</listitem>
</itemizedlist>
<para>In addition to these system calls, the
<literal>SIOCSIGMAC</literal> and <literal>SIOCSIFMAC</literal>
network interface ioctls permit the labels on network interfaces to
be retrieved and set.<para>
</sect2>
</sect1>