selinux-policy/doc/templates/module.html

53 lines
1.0 KiB
HTML
Raw Normal View History

2005-06-29 13:05:16 +00:00
<a name="top":></a>
2005-06-09 18:17:25 +00:00
<h1>Layer: [[mod_layer]]</h1><p/>
<h2>Module: [[mod_name]]</h2><p/>
[[if booleans]]
<a href=#booleans>Booleans</a>
[[end]]
[[if tunables]]
<a href=#tunables>Tunables</a>
[[end]]
[[if interfaces]]
<a href=#interfaces>Interfaces</a>
[[end]]
[[if templates]]
2005-06-28 20:41:50 +00:00
<a href=#templates>Templates</a>
2005-06-29 13:05:16 +00:00
[[end]]
2005-06-10 20:39:41 +00:00
<h3>Description:</h3>
[[if mod_desc]]
2005-07-05 19:35:07 +00:00
<p>[[mod_desc]]</p>
2005-06-10 20:39:41 +00:00
[[else]]
2005-07-05 19:35:07 +00:00
<p>[[mod_summary]]</p>
[[end]]
[[if mod_req]]
<p>This module is required to be included in all policies.</p>
2005-06-10 20:39:41 +00:00
[[end]]
<hr>
[[if booleans]]
<a name="booleans"></a>
<h3>Booleans: </h3>
[[booleans]]
<a href=#top>Return</a>
[[end]]
[[if tunables]]
<a name="tunables"></a>
<h3>Tunables: </h3>
[[tunables]]
<a href=#top>Return</a>
[[end]]
2005-06-29 13:05:16 +00:00
[[if interfaces]]
<a name="interfaces"></a>
2005-06-09 18:17:25 +00:00
<h3>Interfaces: </h3>
[[interfaces]]
2005-06-29 13:05:16 +00:00
<a href=#top>Return</a>
[[end]]
[[if templates]]
<a name="templates"></a>
2005-06-28 20:41:50 +00:00
<h3>Templates: </h3>
[[templates]]
2005-06-29 13:05:16 +00:00
<a href=#top>Return</a>
[[end]]
[[if not templates and not interfaces and not tunables]]
<h3>No booleans, tunables, interfaces, or templates.</h3>
[[end]]