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

View File

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

View File

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