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