securing-filesystems securing-filesystems-en.xml,1.1,1.2

Thomas R. Jones (trjones) fedora-docs-commits at redhat.com
Fri Jul 29 15:03:28 UTC 2005


Author: trjones

Update of /cvs/docs/securing-filesystems
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32351/securing-filesystems

Modified Files:
	securing-filesystems-en.xml 
Log Message:
Structural changes of the document model.


Index: securing-filesystems-en.xml
===================================================================
RCS file: /cvs/docs/securing-filesystems/securing-filesystems-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- securing-filesystems-en.xml	24 Jul 2005 00:08:23 -0000	1.1
+++ securing-filesystems-en.xml	29 Jul 2005 15:02:56 -0000	1.2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="US-ASCII"?>
 <!-- ...................................................................... -->
 <!-- SECURING FILESYSTEMS  ................................................ -->
-<!-- File securing-filesystems-en.xml ..................................... -->
+<!-- File: securing-filesystems-en.xml .................................... -->
 
 
 
@@ -12,52 +12,51 @@
     <!-- ================================================================== -->
     <!--                 Document Specific General Entities                 -->
     <!-- ================================================================== -->
-    
+
     <!ENTITY doccvs         "$Id$">
     <!ENTITY docpubid       "Securing Filesystems">
     <!ENTITY docsyspath     "/home/thomas/projects/docs/cvsroot/securing-filesystems">
     <!ENTITY docsysid       "&docsyspath;/securing-filesystems-en.xml">
-    
-    
+
+
     <!-- Fedora Required Entity Declarations .............................. -->
-    
-    <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.xml"> 
+
+    <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
     %FEDORA-ENTITIES-EN;
-    
+
     <!ENTITY REVID           "0.3">
     <!ENTITY BOOKID          "securing-filesystems-&REVID; (2005-07-23-T18:49-0500)">
     <!ENTITY BUG-NUM         "157559">
-    <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
-    
-    
+
     <!-- Local Entity Declarations ........................................ -->
-    
+
     <!ENTITY acl             "<emphasis>Access Control List</emphasis>">
     <!ENTITY acll            "<acronym>acl</acronym>">
     <!ENTITY aclu            "<acronym>ACL</acronym>">
     <!ENTITY author          "<firstname>Thomas</firstname><othername>R.</othername>
                               <surname>Jones</surname>">
-    <!ENTITY author.mail     "<address><email>thomasjones&commat;computer.org</email></address>">
+    <!ENTITY author.mail     "<address><email>thomasjones at computer.org</email></address>">
     <!ENTITY ea              "<emphasis>Extended Attributes</emphasis>">
     <!ENTITY eau             "<abbrev>EA</abbrev>">
+    <!ENTITY fhs             "<emphasis>Filesystem Hierarchy Standard</emphasis>">
+    <!ENTITY fhsu            "<abbrev>FHS</abbrev>">
     <!ENTITY posix           "<acronym>POSIX</acronym>">
-    
-    
+
+
     <!-- Local Entity Declarations for Document Modeling .................. -->
-    
-    <!ENTITY pr-introduction SYSTEM "pr-introduction.xml">
-    <!ENTITY ch-standards_compliance SYSTEM "ch-standards_compliance.xml">
-    <!ENTITY ch-basic_characteristics SYSTEM "ch-basic_characteristics.xml">
-    <!ENTITY ch-laying_foundation SYSTEM "ch-laying_foundation.xml">
-    <!ENTITY ch-understanding_access_control SYSTEM "ch-understanding_access_control.xml">
-    <!ENTITY ch-introducing_access_control SYSTEM "ch-introducing_access_control.xml">
-    <!ENTITY ch-introducing_extended_attributes SYSTEM "ch-introducing_extended_attributes.xml">           
-    <!ENTITY ch-supplemental_packages SYSTEM "ch-supplemental_packages.xml">
-    <!ENTITY ch-case_studies SYSTEM "ch-case_studies.xml">
-    <!ENTITY ap-annotated_filesystem SYSTEM "ap-annotated_filesystem.xml">
-    <!ENTITY ap-glossary_of_terminology SYSTEM "ap-glossary_of_terminology.xml">
-    <!ENTITY ap-bibliography SYSTEM "ap-bibliography.xml">
-       
+
+    <!ENTITY sn-introduction             SYSTEM   "sn-introduction.xml">
+    <!ENTITY ch-constitutes_filesystem   SYSTEM   "ch-constitutes_filesystem.xml">
+    <!ENTITY ch-permissions              SYSTEM   "ch-permissions.xml">
+    <!ENTITY ch-access_control           SYSTEM   "ch-access_control.xml">
+    <!ENTITY ch-extended_attributes      SYSTEM   "ch-extended_attributes.xml">
+    <!ENTITY ch-access_control_lists     SYSTEM   "ch-access_control_lists.xml">
+    <!ENTITY ch-administration           SYSTEM   "ch-administration.xml">
+    <!ENTITY ch-case_studies             SYSTEM   "ch-case_studies.xml">
+    <!ENTITY ap-annotated_filesystem     SYSTEM   "ap-annotated_filesystem.xml">
+    <!ENTITY ap-glossary_of_terminology  SYSTEM   "ap-glossary_of_terminology.xml">
+    <!ENTITY ap-bibliography             SYSTEM   "ap-bibliography.xml">
+
     <!-- End of the Document Specific General Entities .................... -->
 
 ]>
@@ -65,93 +64,90 @@
 <book>
     <bookinfo>
         <title>&docpubid;</title>
-        <subtitle>Implementing effective filesystem permissions and access controls in Fedora</subtitle>   
+        <subtitle>
+            Implementing effective filesystem permissions and access controls in Fedora
+        </subtitle>
         <authorgroup>
             <author>&author;<affiliation>&author.mail;</affiliation></author>
         </authorgroup>
-        
+
         <abstract>
             <para>
-                This document provides a review of the concept and implementation of traditional 
-                permissions, various access control methodologies, techniques and models to develop 
-                effective safeguards to secure the filesystems of Fedora.
+                This document provides a review of the concept and implementation of
+                traditional permissions, various access control methodologies, techniques
+                and models to develop effective safeguards to secure the filesystems of
+                Fedora.
                 &DRAFTNOTICE;
-            </para>        
+            </para>
         </abstract>
     </bookinfo>
-    
 
-    
+
+
     <!-- Global Document Specifications ................................... -->
-    
-    &pr-introduction;
-    
-    
-    
-    <!-- References Standards Compliance/Non-Compliance of Fedora ......... -->
-    
-    &ch-standards_compliance;
-    
-    
-    
+
+    &sn-introduction;
+
+
+
     <!-- Reviews Low-Level Objects of a Filesystem ........................ -->
-    
-    &ch-basic_characteristics;
-    
-    
-    
-    <!-- Reviews Common Security Measures and Methodologies ............... -->
-    
-    &ch-laying_foundation;
-    
-    
-    
-    <!-- Provides Overview of Access Control Technologies  ................ -->
-    
-    &ch-understanding_access_control;
-    
-    
-        
-    <!-- Introduces the Access Control List Mechanism ..................... -->
-    
-    &ch-introducing_access_control;
-    
-    
-    
+
+    &ch-constitutes_filesystem;
+
+
+
+    <!-- Reviews Traditional Permissions .................................. -->
+
+    &ch-permissions;
+
+
+
+    <!-- Introduces the Access Control Models and Techniques .............. -->
+
+    &ch-access_control;
+
+
+
     <!-- Introduces the Extended Attributes Mechanism ..................... -->
-    
-    &ch-introducing_extended_attributes;
-    
-    
-    
-    <!-- Reviews Open Source Software(s) as a Supplement .................. -->
-    
-    &ch-supplemental_packages;
-    
-    
-    
+
+    &ch-extended_attributes;
+
+
+
+    <!-- Introduces the Access Control Lists Mechanism .................... -->
+
+    &ch-access_control_lists;
+
+
+
+    <!-- Reviews the Administration of a Secure Filesystem .................
+
+    &ch-administration;-->
+
+
+
     <!-- Provides End-User with Situation Specific Examples ............... -->
-    
-    &ch-case_studies;    
-    
-    
-    
+
+    &ch-case_studies;
+
+
+
     <!-- Reviews the Filesystem Hierarchy of Fedora ....................... -->
-    
+
     &ap-annotated_filesystem;
-    
-    
-    
+
+
+
     <!-- Provides Definitions of my Jargon ................................ -->
-    
+
     &ap-glossary_of_terminology;
 
-    
-    
+
+
     <!-- Identifies External Sources Utilized for Research ................ -->
-    
-    &ap-bibliography;    
+
+    &ap-bibliography;
 
 </book>
 
-<!-- End of File securing-filesystems-en.xml .............................. -->
+<!-- End of File: securing-filesystems-en.xml ............................. -->
\ No newline at end of file




More information about the docs-commits mailing list