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:
parent
da9db39793
commit
e11179975f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23622
1 changed files with 13 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue