diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-09-26 05:20:38 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-09-26 05:20:38 +0000 |
commit | 8f1c859fcb214c414fa6913292f585a4879d7655 (patch) | |
tree | c62e773df353dd15d663bcea872797a02a9c37cb /zh_CN.GB2312/books/handbook/mac | |
parent | 3e941311cb2ef8bb1151068e4f8f6ab382975287 (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/mac')
-rw-r--r-- | zh_CN.GB2312/books/handbook/mac/Makefile | 16 | ||||
-rw-r--r-- | zh_CN.GB2312/books/handbook/mac/chapter.sgml | 119 |
2 files changed, 135 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/mac/Makefile b/zh_CN.GB2312/books/handbook/mac/Makefile new file mode 100644 index 0000000000..fc6a90a182 --- /dev/null +++ b/zh_CN.GB2312/books/handbook/mac/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# Original Revision: 1.1 +# $FreeBSD$ +# + +CHAPTERS= mac/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/zh_CN.GB2312/books/handbook/mac/chapter.sgml b/zh_CN.GB2312/books/handbook/mac/chapter.sgml new file mode 100644 index 0000000000..40b3dc2fa1 --- /dev/null +++ b/zh_CN.GB2312/books/handbook/mac/chapter.sgml @@ -0,0 +1,119 @@ +<!-- + The FreeBSD Documentation Project + The FreeBSD Simplified Chinese Project + + Skeleton File; Obtained from FreeBSD Handbook-fr + $FreeBSD$ +--> + +<chapter id="mac"> + + <title>Mandatory Access Control ** ·Òë½øÐÐÖÐ **</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: +--> |