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 @@

Download

-

Build dependencies

+

Dependencies

+

+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/). +

+

Build dependencies

The SELinux reference policy has the following build-time dependencies: @@ -11,15 +15,14 @@

  • gcc (temporary, required to compile fc_sort until fix is upstreamed)
  • -

    Run-time dependencies

    +

    Run-time dependencies

    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.

    -
    -

    Roadmap

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/www/html/menu.html b/www/html/menu.html index fd99938..b29fa1d 100644 --- a/www/html/menu.html +++ b/www/html/menu.html @@ -1,9 +1,9 @@ Reference Policy Home
    + Status/Roadmap
    + Contributing
    Documentation
    - Getting Started
    - Interface Reference
    - Status
    - Contributing
    Download
    diff --git a/www/html/status.html b/www/html/status.html index d1ccf54..919d13b 100644 --- a/www/html/status.html +++ b/www/html/status.html @@ -1,18 +1,61 @@

    Status

    -

    Current Version: 20050701

    +Current Version: 20050701

    See download 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 changelog. 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. +
    Warning: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.

    -

    - 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. -

    -
    +

    Roadmap

    + +
    Reference Policy Roadmap
    VersionDateDescription
    0.1June 2005Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.
    0.2July 2005Restructuring complete, additional modules, and improved infrastructure.
    0.3August 2005Additional modules, documentation, basic role infrastructure, and tested loadable module support.
    0.4September 2005Additional modules, documentation, and complete role infrastructure including true role separation.
    0.5October 2005Additional modules, documentation, targeted policy, and tested MLS support
    0.6December 2005Additional modules, documentation, and module variations
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Reference Policy Roadmap
    VersionDateDescription
    0.1June 2005Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.
    0.2July 2005Restructuring complete, additional modules, and improved infrastructure.
    0.3August 2005Additional modules, documentation, and base module configuration support.
    0.4September 2005Additional modules, documentation, and tested loadable module support.
    0.5October 2005Additional modules, documentation, targeted policy, and tested MLS support
    0.6December 2005Additional modules, documentation, and module variations
    + +

    Status and Tasks

    @@ -30,14 +73,14 @@ - + - +
    Reference Policy StatusTE 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