diff options
Diffstat (limited to 'static/freebsd/man7/maclabel.7 3.html')
| -rw-r--r-- | static/freebsd/man7/maclabel.7 3.html | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/static/freebsd/man7/maclabel.7 3.html b/static/freebsd/man7/maclabel.7 3.html deleted file mode 100644 index caf98dc0..00000000 --- a/static/freebsd/man7/maclabel.7 3.html +++ /dev/null @@ -1,66 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MACLABEL(7)</td> - <td class="head-vol">Miscellaneous Information Manual</td> - <td class="head-rtitle">MACLABEL(7)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">maclabel</code> — - <span class="Nd">Mandatory Access Control label format</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">If Mandatory Access Control, or MAC, is enabled in the kernel, - then in addition to the traditional credentials, each subject (typically a - user or a socket) and object (file system object, socket, etc.) is given a - <a class="permalink" href="#MAC"><i class="Em" id="MAC">MAC label</i></a>. - The MAC label specifies the necessary subject-specific or object-specific - information necessary for a MAC security policy to enforce access control on - the subject/object.</p> -<p class="Pp">The format for a MAC label is defined as follows:</p> -<p class="Pp"></p> -<div class="Bd - Bd-indent"><var class="Ar">policy1</var><span class="No">/</span><var class="Ar">qualifier1</var>,<var class="Ar">policy2</var><span class="No">/</span><var class="Ar">qualifier2</var>,<span class="No">...</span></div> -<p class="Pp">A MAC label consists of a policy name, followed by a forward - slash, followed by the subject or object's qualifier, optionally followed by - a comma and one or more additional policy labels. For example:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>biba/low(low-low) -biba/high(low-high),mls/equal(equal-equal),partition/0</pre> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">mac(3)</a>, <a class="Xr">posix1e(3)</a>, - <a class="Xr">mac_biba(4)</a>, <a class="Xr">mac_bsdextended(4)</a>, - <a class="Xr">mac_ifoff(4)</a>, <a class="Xr">mac_mls(4)</a>, - <a class="Xr">mac_none(4)</a>, <a class="Xr">mac_partition(4)</a>, - <a class="Xr">mac_seeotheruids(4)</a>, <a class="Xr">mac_test(4)</a>, - <a class="Xr">login.conf(5)</a>, <a class="Xr">getfmac(8)</a>, - <a class="Xr">getpmac(8)</a>, <a class="Xr">ifconfig(8)</a>, - <a class="Xr">setfmac(8)</a>, <a class="Xr">setpmac(8)</a>, - <a class="Xr">mac(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">MAC first appeared in <span class="Ux">FreeBSD 5.0</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This software was contributed to the - <span class="Ux">FreeBSD</span> Project by NAI Labs, the Security Research - Division of Network Associates Inc. under DARPA/SPAWAR contract - N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS - research program.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">October 25, 2002</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
