more status info

This commit is contained in:
Chris PeBenito 2005-06-15 15:23:58 +00:00
parent 48159f0c66
commit 2dda6a7e40
1 changed files with 33 additions and 3 deletions

View File

@ -1,5 +1,35 @@
<h1>Status</h1>
<h2>Version .1</h2>
<h2>Version 20050615</h2>
<p>
Version .1 of refpolicy was released on June 14, 2005. 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.
</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.
</p>
<h3>Components which have been completely reworked</h3>
<ul>
<li>All TE policy is organized into modules</li>
<li>Most kernel layer interfaces have documentation</li>
<li>Documentation for interfaces used to create webpage documentation</li>
<li>Infrastructure to support source policies and loadable binary modules</li>
<li>Infrastructure to not include modules during build, replacing the unused directory.</li>
</ul>
<h3>Components which have minor improvements</h3>
<ul>
<li>MLS infrastructure added to support easy conversion between MLS
and non-MLS policy.</li>
<li>Some infrastructure added to support per-user domain policy, e.g.,
to create types and policy for ssh, for each user.</li>
<li>All labeling moved to modules.</li>
<li>Tunables are documented, and in the future will be included
in the webpage policy documentation.</li>
</ul>
<h3>Components that are unchanged</h3>
<ul>
<li>Users</li>
<li>Constraints</li>
<li>Flask</li>
<li>Genhomedircon</li>
<li>Top-level Make targets</li>
</ul>