Add mac chapter skeleton.
This commit is contained in:
parent
c4441199af
commit
2f11e7461e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21731
2 changed files with 131 additions and 0 deletions
15
fr_FR.ISO8859-1/books/handbook/mac/Makefile
Normal file
15
fr_FR.ISO8859-1/books/handbook/mac/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#
|
||||||
|
# Build the Handbook with just the content from this chapter.
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
CHAPTERS= mac/chapter.sgml
|
||||||
|
|
||||||
|
VPATH= ..
|
||||||
|
|
||||||
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||||
|
|
||||||
|
.include "../Makefile"
|
||||||
116
fr_FR.ISO8859-1/books/handbook/mac/chapter.sgml
Normal file
116
fr_FR.ISO8859-1/books/handbook/mac/chapter.sgml
Normal file
|
|
@ -0,0 +1,116 @@
|
||||||
|
<!--
|
||||||
|
The FreeBSD Documentation Project
|
||||||
|
$FreeBSD$
|
||||||
|
-->
|
||||||
|
|
||||||
|
<chapter id="mac">
|
||||||
|
|
||||||
|
<title>Mandatory Access Control ** Traduction en Cours **</title>
|
||||||
|
|
||||||
|
<sect1 id="mac-synopsis">
|
||||||
|
<title>Synopsis</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-glossary">
|
||||||
|
<title>Key Terms in this Chapter</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-initial">
|
||||||
|
<title>Explanation of MAC</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-understandlabel">
|
||||||
|
<title>Understanding MAC Labels</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-modules">
|
||||||
|
<title>Module Configuration</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-bsdextended">
|
||||||
|
<title>The MAC bsdextended Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-ifoff">
|
||||||
|
<title>The MAC ifoff Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-portacl">
|
||||||
|
<title>The MAC portacl Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-labelingpolicies">
|
||||||
|
<title>MAC Policies with Labeling Features</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-partition">
|
||||||
|
<title>The MAC partition Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-mls">
|
||||||
|
<title>The MAC Multi-Level Security Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-biba">
|
||||||
|
<title>The MAC Biba Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-lomac">
|
||||||
|
<title>The MAC LOMAC Module</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-implementing">
|
||||||
|
<title>Implementing a Secure Environment with MAC</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="MAC-examplehttpd">
|
||||||
|
<title>Another Example: Using MAC to Constrain a Web Server</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 id="mac-troubleshoot">
|
||||||
|
<title>Troubleshooting the MAC Framework</title>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
</sect1>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Local Variables:
|
||||||
|
mode: sgml
|
||||||
|
sgml-declaration: "../chapter.decl"
|
||||||
|
sgml-indent-data: t
|
||||||
|
sgml-omittag: nil
|
||||||
|
sgml-always-quote-attributes: t
|
||||||
|
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||||
|
End:
|
||||||
|
-->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue