diff --git a/www/html/getting-started.html b/www/html/getting-started.html index d00e82ce..f3490f18 100644 --- a/www/html/getting-started.html +++ b/www/html/getting-started.html @@ -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.

Compiling Modules

-Two methods of building modules are supported, -headers 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 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.

-

Building Using Policy Headers

When building a loadable policy module, the three module source files need not