[release-notes] Fix typo and add admonition about D-BUS into firewalld

FORLOT Romain rforlot at fedoraproject.org
Wed Mar 21 20:47:58 UTC 2012


commit ff3753cf4afff88d61654f94276097fbb5a277e9
Author: Claneys Skyne <claneys.skyne at gmail.com>
Date:   Wed Mar 21 21:47:37 2012 +0100

    Fix typo and add admonition about D-BUS into firewalld

 en-US/Security.xml |   92 +++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 66 insertions(+), 26 deletions(-)
---
diff --git a/en-US/Security.xml b/en-US/Security.xml
index 32656fb..b80e644 100644
--- a/en-US/Security.xml
+++ b/en-US/Security.xml
@@ -94,33 +94,73 @@
          support for the static firewall with system-config-firewal/lokkit.
          A migration from the static firewall model will be needed then.
      </para>
-    <para>
-        Install <application>firewalld</application> and firewall-applet 
-        Start the <application>firewalld</application> service 
-        Start the tray applet <application>firewall-applet</application>
-        Use firewall-cmd to enable for example ssh: 
-        <screen>
-            firewall-cmd --add --service=ssh
-        </screen>
-        Enable <application>samba</application> for 10 seconds: 
-        <screen>
-            firewall-cmd --add --service=samba --timeout=10
-        </screen>
-        Enable <application>ipp-client</application>: 
-        <screen>
-            firewall-cmd --add --service=ipp-client
-        </screen>
-        Disable <application>ipp-client</application>: 
-        <screen>
-            firewall-cmd --remove --service=ipp-client
-        </screen>
-        To restore the static firewall with <application>lokkit</application> again simply use: 
-        <screen>
-            lokkit --enabled
-        </screen>
+        <itemizedlist mark='bullet'>
+            <title>How to test</title>
+            <listitem>
+                <para>
+                    Install <application>firewalld</application> and 
+                    <application>firewall-applet</application>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                    Start the <application>firewalld</application> service 
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                    Start the tray applet 
+                    <application>firewall-applet</application>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                Use firewall-cmd to enable for example ssh: 
+<screen>
+# firewall-cmd --add --service=ssh
+</screen>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                Enable <application>samba</application> for 10 seconds: 
+<screen>
+# firewall-cmd --add --service=samba --timeout=10
+</screen>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                Enable <application>ipp-client</application>: 
+<screen>
+# firewall-cmd --add --service=ipp-client
+</screen>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                Disable <application>ipp-client</application>: 
+<screen>
+# firewall-cmd --remove --service=ipp-client
+</screen>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                    To restore the static firewall with 
+                    <application>lokkit</application> again simply use: 
+<screen>
+# lokkit --enabled
+</screen>
+                </para>
+            </listitem>
+          </itemizedlist>
 
-        The D-BUS interface can also be used directly.
-        </para>
+          <note>
+            <para>
+                The D-BUS interface can also be used directly.
+            </para>
+          </note>
       </section>
       <section>
 	


More information about the docs-commits mailing list