svn commit: r41639 - projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mac

Tom Rhodes trhodes at FreeBSD.org
Fri May 17 16:02:27 UTC 2013


Author: trhodes
Date: Fri May 17 16:02:26 2013
New Revision: 41639
URL: http://svnweb.freebsd.org/changeset/doc/41639

Log:
  Fix bad titles (<sect2> tags) by replacing them with
  a bullet list containing the procedure items.
  
  Done to shut up: bcr

Modified:
  projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mac/chapter.xml

Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mac/chapter.xml
==============================================================================
--- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mac/chapter.xml	Fri May 17 14:11:38 2013	(r41638)
+++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mac/chapter.xml	Fri May 17 16:02:26 2013	(r41639)
@@ -1807,14 +1807,11 @@ setpmac biba/10\(10-10\) /usr/local/etc/
 
     <para>This section discusses common configuration issues.</para>
 
-    <sect2>
-      <title><option>multilabel</option> cannot be enabled on
-	<filename>/</filename></title>
-
-      <para>The<option>multilabel</option> flag does not stay
+    <itemizedlist>
+      <listitem>
+      <para>The <option>multilabel</option> flag does not stay
 	enabled on my root (<filename>/</filename>) partition!</para>
 
-
       <para>The following steps may resolve this transient
 	error:</para>
 
@@ -1853,12 +1850,9 @@ setpmac biba/10\(10-10\) /usr/local/etc/
 	    root file system.</para>
 	</step>
       </procedure>
-    </sect2>
-
-    <sect2>
-      <title>Xorg Server Will Not Start After
-	<acronym>MAC</acronym></title>
+    </listitem>
 
+    <listitem>
       <para>After establishing a secure environment with
 	<acronym>MAC</acronym>, I am no longer able to start
 	Xorg!</para>
@@ -1892,15 +1886,14 @@ setpmac biba/10\(10-10\) /usr/local/etc/
 	    the &a.questions; mailing list.</para>
 	</step>
       </procedure>
-    </sect2>
+    </listitem>
 
-    <sect2>
-      <title>Error: &man..secure.path.3; cannot stat
-	<filename>.login_conf</filename></title>
+    <listitem>
+      <para>The error: <errorname>_secure_path: unable to stat .login_conf</errorname> shows up.</para>
 
       <para>When a user attempts to switch from the
 	<username>root</username> user to another user in the system,
-	the error message <errorname>_secure_path: unable to state
+	the error message <errorname>_secure_path: unable to stat
 	  .login_conf</errorname> appears.</para>
 
       <para>This message is usually shown when the user has a higher
@@ -1915,10 +1908,11 @@ setpmac biba/10\(10-10\) /usr/local/etc/
 	the Biba integrity model will not permit
 	<username>root</username> to view objects set at a lower
 	integrity level.</para>
-    </sect2>
+    </listitem>
 
-    <sect2>
-      <title>The <username>root</username> username is broken!</title>
+    <listitem>
+      <para>The system no longer recognizes the
+      <username>root</username> user.</para>
 
       <para>In normal or even single user mode, the
 	<username>root</username> is not recognized,
@@ -1942,6 +1936,7 @@ setpmac biba/10\(10-10\) /usr/local/etc/
 	system and access would be blocked as the file has inherited
 	the new label.  Disable the policy using &man.sysctl.8; and
 	everything should return to normal.</para>
-    </sect2>
+    </listitem>
+  </itemizedlist>
   </sect1>
 </chapter>


More information about the svn-doc-projects mailing list