Minor doc updates.
This commit is contained in:
parent
2745476e4a
commit
44772e5036
@ -1,6 +1,10 @@
|
||||
<h1>Download</h1>
|
||||
|
||||
<h2>Build dependencies</h2>
|
||||
<h2>Dependencies</h2>
|
||||
<p>
|
||||
A relatively modern system (e.g., Fedora Core 3/4 or RHEL 4) should easily support refpolicy. The only likely upgrade is a new version of checkpolicy (Dan Walsh often has newer checkpolicy rpms at <A href="ftp://people.redhat.com/dwalsh/SELinux/Fedora/">ftp://people.redhat.com/dwalsh/SELinux/Fedora/</A>).
|
||||
</p>
|
||||
<h3>Build dependencies</h3>
|
||||
<p>
|
||||
The SELinux reference policy has the following build-time
|
||||
dependencies:
|
||||
@ -11,15 +15,14 @@
|
||||
<li>gcc (temporary, required to compile fc_sort until fix is upstreamed)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Run-time dependencies</h2>
|
||||
<h3>Run-time dependencies</h3>
|
||||
<p>
|
||||
The SELinux reference policy have the following run-time
|
||||
dependencies:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Kernel with version 16 policy, or higher</li>
|
||||
<li>Kernel that can support at least a version 16 policy, or higher</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Continue on to the Sourceforge
|
||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=137760">files</a>
|
||||
|
@ -29,34 +29,4 @@ The difficulty and complexity of creating SELinux policies has become the number
|
||||
Refpolicy aims to support a variety of policy configurations and formats, including standard source policies, MLS policies, and
|
||||
<A href="http://sepolicy-server.sourceforge.net/index.php?page=modules">loadable policy modules</A> all from the same source tree. This is done through the addition of infrastructure for automatically handling the differences between source and loadable module based policies and the additional MLS fields to all policy statements that include contexts.
|
||||
</p>
|
||||
<br>
|
||||
<h1>Roadmap</h1>
|
||||
|
||||
<table border="1" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<th class="title" colspan="3">Reference Policy Roadmap</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="header">Version</td><td class="header">Date</td><td class="header">Description</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>0.1</td><td>June 2005</td><td>Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.2</td><td>July 2005</td><td>Restructuring complete, additional modules, and improved infrastructure.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.3</td><td>August 2005</td><td>Additional modules, documentation, basic role infrastructure, and tested loadable module support.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.4</td><td>September 2005</td><td>Additional modules, documentation, and complete role infrastructure including true role separation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.5</td><td>October 2005</td><td>Additional modules, documentation, targeted policy, and tested MLS support</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.6</td><td>December 2005</td><td>Additional modules, documentation, and module variations</td>
|
||||
</tr>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<a href="index.php">Reference Policy Home</a><br />
|
||||
<a href="index.php?page=status">Status/Roadmap</a><br />
|
||||
<a href="index.php?page=contributing">Contributing</a><br />
|
||||
<a href="index.php?page=documentation">Documentation</a><br/>
|
||||
- <a href="index.php?page=getting-started">Getting Started</a><br/>
|
||||
- <a href="api-docs/">Interface Reference</a><br/>
|
||||
<a href="index.php?page=status">Status</a><br />
|
||||
<a href="index.php?page=contributing">Contributing</a><br />
|
||||
<a href="index.php?page=download">Download</a><br />
|
||||
<!--<IMG src="http://sourceforge.net/sflogo.php?group_id=???&type=1" w
|
||||
idth="88" height="31" border="0" alt="SourceForge.net Logo" /></A>-->
|
||||
|
@ -1,18 +1,61 @@
|
||||
<h1>Status</h1>
|
||||
<h2>Current Version: 20050701</h2>
|
||||
<strong>Current Version: 20050701</strong>
|
||||
<p>
|
||||
See <a href="index.php?page=download">download</a> for download
|
||||
information. This release focused on infrastructure, organization, and
|
||||
initial design rather than comprehensive policy coverage or security
|
||||
improvements. Currently only the strict policy is supported, with
|
||||
targeted policy support planned for the future.
|
||||
information. Details of this release are part of the <a href="html/Changelog.txt">changelog</a>. This release
|
||||
focused on infrastructure, organization, and initial design rather than
|
||||
comprehensive policy coverage or security improvements. Currently only the
|
||||
strict policy is supported, with targeted policy support planned for the future.
|
||||
<br> <strong>Warning</strong>:This is a prototype release, not meant to be used
|
||||
on real systems. It is targeted towards developers, to show the direction of
|
||||
the policy's development and to solicit feedback.
|
||||
</p>
|
||||
<p>
|
||||
This is a prototype release, not meant to be used on real systems. It
|
||||
is targeted towards developers, to show the direction of the policy's
|
||||
development and to solicit feedback.
|
||||
</p>
|
||||
<br>
|
||||
<h1>Roadmap</h1>
|
||||
|
||||
<table cellpadding="3" cellspacing="0" border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan="3" class="title">Reference Policy Roadmap</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="header">Version</td>
|
||||
<td class="header">Date</td>
|
||||
<td class="header">Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.1</td>
|
||||
<td>June 2005</td>
|
||||
<td>Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.2</td>
|
||||
<td>July 2005</td>
|
||||
<td>Restructuring complete, additional modules, and improved infrastructure.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.3</td>
|
||||
<td>August 2005</td>
|
||||
<td>Additional modules, documentation, and base module configuration support.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.4</td>
|
||||
<td>September 2005</td>
|
||||
<td>Additional modules, documentation, and tested loadable module support.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.5</td>
|
||||
<td>October 2005</td>
|
||||
<td>Additional modules, documentation, targeted policy, and tested MLS support</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0.6</td>
|
||||
<td>December 2005</td>
|
||||
<td>Additional modules, documentation, and module variations</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>Status and Tasks</h1>
|
||||
<table border="1" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<th class="title" colspan="3">Reference Policy Status</th>
|
||||
@ -30,14 +73,14 @@
|
||||
<td>TE Policy</td>
|
||||
<td>Conversion Ongoing</td>
|
||||
<td>Conversion of old policy to Reference Policy modules is ongoing</td>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Loadable Policy Modules</td>
|
||||
<td>Major improvements</td>
|
||||
<td>Infrastructure is in place to support both source policy and
|
||||
loadable policy modules. Makefile support planned.</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Documentation Infrastructure</td>
|
||||
<td>Interfaces complete</td>
|
||||
<td>Tools to create webpages from the module interface documentation
|
||||
|
@ -2,4 +2,5 @@
|
||||
|
||||
# This will 'publish' the reference policy website.
|
||||
|
||||
cp ../refpolicy/Changelog html/Changelog.txt
|
||||
rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs
|
||||
|
Loading…
Reference in New Issue
Block a user