update for release

This commit is contained in:
Chris PeBenito 2006-03-07 14:47:21 +00:00
parent af3dd8da28
commit 3d652019fa
3 changed files with 14 additions and 19 deletions

View File

@ -2,7 +2,8 @@
<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>).
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.
RPMS are available on the files page.
</p>
<h3>Build dependencies</h3>
<p>
@ -10,7 +11,7 @@ A relatively modern system (e.g., Fedora Core 3/4 or RHEL 4) should easily suppo
dependencies:
</p>
<ul>
<li>Checkpolicy 1.26 or higher</li>
<li>Checkpolicy 1.28 or higher</li>
<li>Python PyXML (only required to regenerate config files and documentation)</li>
<li>gcc (temporary, required to compile fc_sort until fix is upstreamed)</li>
</ul>

View File

@ -1,10 +1,11 @@
<h1>Status</h1>
<strong>Current Version: 20060117</strong>
<strong>Current Version: 20060307</strong>
<p>
See <a href="index.php?page=download">download</a> for download
information. Details of this release are part of the <a href="html/Changelog.txt">changelog</a>.
This release focused on preparating the policy for use as the Fedora
Core MLS policy. Currently both strict and targeted policies can
This release focused on improving the consistency of interface names
in an effort to stabilize the Reference Policy interfaces.
Currently both strict and targeted policies can
be built. MLS policies can be built, but the policy is still undergoing
testing on running systems.
</p>
@ -32,11 +33,7 @@
<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 completed.
Loadable modules can be built with a compler
that has the require-in-conditionals,
delcare-then-require, and stack-overflow patches
applied.</td>
loadable policy modules. Makefile support completed.</td>
</tr>
<tr>
<td>Documentation Infrastructure</td>
@ -61,8 +58,7 @@
<td>Minor improvements</td>
<td>MLS infrastructure added to support easy conversion between
MLS and non-MLS policy. Policy is compilable, but
untested. Need further investigations to ensure
the levels in the policy are correct.</td>
only lightly tested.</td>
</tr>
<tr>
<td>MCS Support</td>
@ -121,6 +117,7 @@
</tr>
</table>
<p>&nbsp;</p>
<!--
<h2>Roadmap</h2>
<table cellpadding="3" cellspacing="0" border="1">
<tbody>
@ -165,6 +162,7 @@
</tbody>
</table>
<p>&nbsp;</p>
-->
<h2>Policy Conversion</h2>
<p>
This phase of reference policy development involves the conversion of policies
@ -497,8 +495,5 @@ converted:
<h2>Testing Status</h2>
<p>
Reference policy is now included in the Fedora development repositories
(Rawhide) in the targeted and MLS policies. These are the easiest way to test
Reference Policy. They should be included in Fedora, beginning with Core 5
test 2.
Reference policy is now included in the Fedora Core 5 distribution.
</p>

View File

@ -1,7 +1,6 @@
<h1>Switching to Targeted Reference Policy</h1>
<p>
The targeted policy is now available on Fedora systems in the
development repositories (Rawhide), as selinux-policy-targeted 2.*.
The targeted policy is now available on Fedora Core 5 systems, as selinux-policy-targeted 2.*.
If you are using Rawhide, simply update your policy using yum.
This guide will walk you through switching to the targeted reference
policy on a Fedora system not using these repositories.
@ -87,7 +86,7 @@ DIRECT_INITRC=<font color=red><b>y</b></font>
MONOLITHIC=y
# Uncomment this to disable command echoing
#QUIET:=@
QUIET:=n
</pre>
</div>
<h2>