PERFORCE change 23820 for review

Chris Costello chris at freebsd.org
Fri Jan 17 00:19:42 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=23820

Change 23820 by chris at chris_holly on 2003/01/16 16:18:51

	Begin sort of a preliminary draft/outline phase.

Affected files ...

.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#3 edit
.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/chapters.ent#1 add
.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/concepts/trusted.sgml#1 add
.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/concepts/unix.sgml#1 add
.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/traditional/superuser.sgml#1 add
.. //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/traditional/unixdac.sgml#1 add

Differences ...

==== //depot/projects/trustedbsd/doc/en_US.ISO8859-1/books/sec-arch/book.sgml#3 (text+ko) ====

@@ -32,7 +32,15 @@
      $FreeBSD$
 -->
 
-<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN">
+<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based
+Extension//EN"[
+
+<!ENTITY % not.published "INCLUDE">
+
+<!ENTITY % chapters SYSTEM "chapters.ent">
+%chapters;
+
+]>
 
 <book>
   <bookinfo>
@@ -56,6 +64,16 @@
       </collab>
 
       <collab>
+        <collabname>Adam Migus</collabname>
+
+        <affiliation>
+          <jobtitle>Research Scientist</jobtitle>
+
+          <orgname>Network Associates Laboratories</orgname>
+        </affiliation>
+      </collab>
+
+      <collab>
         <collabname>Robert Watson</collabname>
 
         <affiliation>
@@ -131,7 +149,58 @@
         in order to keep one step ahead of application-related
         security holes.</para>
     </abstract>
-  </bookinfo>  
+  </bookinfo>
+
+  <preface id="preface">
+    <title>Preface</title>
+
+    <bridgehead id="preface-audience" renderas="sect1">Intended
+      Audience</bridgehead>
+
+    <para>The FreeBSD Security Architecture handbook is intended for
+      system administrators and application programmers seeking full
+      use of FreeBSD's security features, as well as beginning
+      programmers in search of a guide for proper and secure
+      programming.</para>
+  </preface>
+
+  <part id="traditional-mechanisms">
+    <title>Traditional Security Mechanisms</title>
+
+    <partintro>
+      <para>This part of the FreeBSD Security Architecture handbook
+        involves the implementation and their intrinsic roles in the
+        FreeBSD security architectures.  Among other things, the
+        reader will be able to understand:</para>
+
+      <itemizedlist>
+        <listitem>
+          <para>Traditional UNIX file access modes and ownership,
+            known as Discretionary Access Control, or
+            <acronym>DAC</acronym></para>
+        </listitem>
+
+        <listitem>
+          <para>The super-user model</para>
+        </listitem>
+
+        <listitem>
+          <para><emphasis>This list is a work in
+              progress.</emphasis></para>
+        </listitem>
+      </itemizedlist>
+    </partintro>
+
+    &chap.traditional.unixdac;
+    &chap.traditional.superuser;
+  </part>
+
+  <part id="security-concepts">
+    <title>Essential System Security Concepts</title>
+
+    &chap.concepts.unix;
+    &chap.concepts.trusted;
+  </part>
 </book>
 
 <!-- Keep this comment at the end of the file
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list