chiark / gitweb /
man: move one more nspawn example into a proper <example> section
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Oct 2014 23:11:14 +0000 (01:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Oct 2014 23:11:14 +0000 (01:11 +0200)
man/systemd-nspawn.xml

index 22f2df47280a7a50eda27afe6219e6de40b269db..4aa97b02e79148a0473aeca6507df3d42a094553 100644 (file)
                         <para>This runs a copy of the host system in a
                         btrfs snapshot.</para>
                 </example>
-        </refsect1>
 
-        <refsect1>
-                <title>Run a container with SELinux sandbox security contexts</title>
+                <example>
+                        <title>Run a container with SELinux sandbox security contexts</title>
 
-                <programlisting># chcon system_u:object_r:svirt_sandbox_file_t:s0:c0,c1 -R /srv/container
+                        <programlisting># chcon system_u:object_r:svirt_sandbox_file_t:s0:c0,c1 -R /srv/container
 # systemd-nspawn -L system_u:object_r:svirt_sandbox_file_t:s0:c0,c1 -Z system_u:system_r:svirt_lxc_net_t:s0:c0,c1 -D /srv/container /bin/sh</programlisting>
+                </example>
         </refsect1>
 
         <refsect1>