fix formatting, fix xml in example.

This commit is contained in:
Chris PeBenito 2006-04-13 18:13:26 +00:00
parent 7f3d157930
commit 2b10a6ce32
1 changed files with 6 additions and 3 deletions

View File

@ -120,7 +120,9 @@ documentation. Create myapp.if and add the following:
## Execute a domain transition to run myapp.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
interface(`myapp_domtrans',`
gen_requires(`
@ -139,7 +141,9 @@ interface(`myapp_domtrans',`
## Read myapp log files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to read the log files.
## </summary>
## </param>
interface(`myapp_read_log',`
gen_requires(`
@ -165,15 +169,14 @@ the class and the permissions used by the interface must also be listed.
</p>
<p>
<h2>Compiling Modules</h2>
Two methods of building modules are supported,
<a href="#headers">headers</a> and complete source.
<p>
Two methods of building modules are supported, headers and complete source.
Current systems, such as Fedora Core 5, which support loadable policy modules
should compile modules using headers. Using the complete source for building
modules is only needed if loadable modules are not supported on the system or
if when doing other modifications to the base policy. Genereally this is only
suggested for experts.
</p>
<a name="headers">
<h2>Building Using Policy Headers</h2>
<p>
When building a loadable policy module, the three module source files need not