diff --git a/www/html/documentation.html b/www/html/documentation.html index da830652..c02cdd18 100644 --- a/www/html/documentation.html +++ b/www/html/documentation.html @@ -1 +1,2 @@ -

Documentation

\ No newline at end of file +

Documentation

+

Documentation is one of the primary goals of refpolicy. The current release has some documentation available in the form of a getting started guide. There is also interface documentation generated from the policy source.

\ No newline at end of file diff --git a/www/html/index.html b/www/html/index.html index e4769be2..6f667dda 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -1,15 +1,15 @@

Project Overview

-The SELinux Reference Policy project (refpolicy) is creating a complete SELinux policy as an alternative to the existing strict and targeted policies available from http://selinux.sf.net. Once complete this policy will be able to be used as the system policy for a variety of systems and used as the basis for creating other policies. Refpolicy is based on the current strict and targeted policies, but aims to accomplish many additional goals. +The SELinux Reference Policy project (refpolicy) is creating a complete SELinux policy as an alternative to the existing strict and targeted policies available from http://selinux.sf.net. Once complete this policy will be able to be used as the system policy for a variety of systems and used as the basis for creating other policies. Refpolicy is based on the current strict and targeted policies, but aims to accomplish many additional goals.


Refpolicy is under active development, with support and full time development staff from Tresys Technology. The first release is available from the download page. This release is far from complete and is not usable as a drop in replacement for the existing policies. It is for interested policy developers and community members to examine and comment upon. The status page has more details on what is included in the current release. This project is just getting started and we are looking for policy developers interested in contributing.

- +

Project Goals

Security

-

Security is the reason for existence for SELinux policies and must, therefore, always be the first priority. The security of operating systems and applications is often presented as a binary state: software is either secure or not secure. In reality, that view of security is inadequate. What is a fundamental security flaw on one system might be the acceptable, or even the primary functionality, of another. The challenge for a system policies like the current strict or targeted policy and refpolicy is to support all of these differring security goals. To accomplish this refpolicy will provide: +

Security is the reason for existence for SELinux policies and must, therefore, always be the first priority. The common view of security as a binary state (secure or not secure) is not a sufficient goal for developing an SELinux policy. In reality, different systems have different requirements and purposes and corresponding differences in the meaning of secure. What is a fundamental security flaw on one system might be the acceptable, or even the primary functionality, of another. The challenge for a system policies like the current strict and targeted policy or refpolicy is to support as many of these differring security goals as is practical. To accomplish this refpolicy will provide:

Usability and Documentation

- - +

+The difficulty and complexity of creating SELinux policies has become the number one barrier to the adoption of SELinux. It also potentially reduces the security of the policies: a policy that is too complex to easily understand is difficult to make secure. Refpolicy aims to make aggressive improvements in this area, making policies easier to develop, understand, and analyze. This will be addressed through improved structuring and organization, the addition of modularity and abstraction, and documentation. See getting started and documentation for more information. +

+

Flexibility and Configuration

+

+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

@@ -40,21 +42,21 @@ Refpolicy is under active development, with support and full time development st - + - + - + - + - + - + diff --git a/www/html/menu.html b/www/html/menu.html index f1d21c88..fd999385 100644 --- a/www/html/menu.html +++ b/www/html/menu.html @@ -1,7 +1,7 @@ Reference Policy Home
Documentation
- - Goals and Roadmap
- - Getting started
+ - Getting Started
+ - Interface Reference
Status
Contributing
Download
diff --git a/www/html/status.html b/www/html/status.html index 1397862a..54f25894 100644 --- a/www/html/status.html +++ b/www/html/status.html @@ -12,11 +12,14 @@ is targeted towards developers, to show the direction of the policy's development, and to solicit feedback and assistance.

-
0.1June 14, 2005Initial public release, basic policy restructuring, minimal modules0.1June 2005Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.
0.2July 2005Restructuring complete, additional modules, improved infrastructure, and incorporated community feedback0.2July 2005Restructuring complete, additional modules, and improved infrastructure.
0.3August 2005Additional modules, basic role infrastructure, and tested loadable module support0.3August 2005Additional modules, documentation, basic role infrastructure, and tested loadable module support.
0.4September 2005Additional modules and complete role infrastructure and role separation0.4September 2005Additional modules, documentation, and complete role infrastructure including true role separation.
0.5October 2005Additional modules, targeted policy, and tested MLS support0.5October 2005Additional modules, documentation, targeted policy, and tested MLS support
0.6December 2005Additional modules and module variations0.6December 2005Additional modules, documentation, and module variations
+
+
- - - + + + + + diff --git a/www/style.css b/www/style.css index 1215b890..0bec87ed 100644 --- a/www/style.css +++ b/www/style.css @@ -26,6 +26,7 @@ li { font:11px/20px verdana, arial, helvetica, sans-serif; margin:0px 0px 0px 0px; padding:0px; + list-style-type:circle; } p { /* normal */
ComponentStatusDescriptionReference Policy Status
Task/ComponentStatusDescription
Policy Structure