diff --git a/www/html/download.html b/www/html/download.html index 94f064e..f50d771 100644 --- a/www/html/download.html +++ b/www/html/download.html @@ -1,6 +1,10 @@
+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 ftp://people.redhat.com/dwalsh/SELinux/Fedora/). +
+The SELinux reference policy has the following build-time dependencies: @@ -11,15 +15,14 @@
The SELinux reference policy have the following run-time dependencies:
Continue on to the Sourceforge files diff --git a/www/html/index.html b/www/html/index.html index f28e235..14beafe 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -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 loadable policy modules 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.
-Reference Policy Roadmap | -|||||
---|---|---|---|---|---|
Version | Date | Description | -|||
0.1 | June 2005 | Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation. | -|||
0.2 | July 2005 | Restructuring complete, additional modules, and improved infrastructure. | -|||
0.3 | August 2005 | Additional modules, documentation, basic role infrastructure, and tested loadable module support. | -|||
0.4 | September 2005 | Additional modules, documentation, and complete role infrastructure including true role separation. | -|||
0.5 | October 2005 | Additional modules, documentation, targeted policy, and tested MLS support | -|||
0.6 | December 2005 | Additional modules, documentation, and module variations | -
Reference Policy Roadmap | +||
---|---|---|
Version | +Date | +Description | +
0.1 | +June 2005 | +Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation. | +
0.2 | +July 2005 | +Restructuring complete, additional modules, and improved infrastructure. | +
0.3 | +August 2005 | +Additional modules, documentation, and base module configuration support. | +
0.4 | +September 2005 | +Additional modules, documentation, and tested loadable module support. | +
0.5 | +October 2005 | +Additional modules, documentation, targeted policy, and tested MLS support | +
0.6 | +December 2005 | +Additional modules, documentation, and module variations | +
Reference Policy Status | @@ -30,14 +73,14 @@TE Policy | Conversion Ongoing | Conversion of old policy to Reference Policy modules is ongoing | -||
---|---|---|---|---|---|
Loadable Policy Modules | Major improvements | Infrastructure is in place to support both source policy and loadable policy modules. Makefile support planned. | |||
Documentation Infrastructure | Interfaces complete | Tools to create webpages from the module interface documentation diff --git a/www/publish.sh b/www/publish.sh index 1e525f6..6c6e541 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -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 |