diff --git a/www/html/status.html b/www/html/status.html index 70448065..1397862a 100644 --- a/www/html/status.html +++ b/www/html/status.html @@ -1,5 +1,5 @@

Status

-

Version 20050615

+

Current Version: 20050615

See download for download information. This release focused on infrastructure, organization, and @@ -7,29 +7,105 @@ improvements. Currently only the strict policy is supported, with targeted policy support planned for the future.

-

Components which have been completely reworked

- -

Components which have minor improvements

- -

Components that are unchanged

- +

+ 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 and assistance. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentStatusDescription
Policy StructureCompleteThe policy is converted over to new Reference Policy structure
TE PolicyConversion OngoingConversion of old policy to Reference Policy modules is ongoing
Loadable Policy ModulesMajor improvementsInfrastructure is in place to support both source policy and + loadable policy modules. Makefile support planned.
Documentation InfrastructureInterfaces completeTools to create webpages from the module interface documentation + is complete. Adding tunables to the webpages is planned.
Policy DocumentationOngoingMost kernel layer modules are documented.
Unused ModulesCompleteModules can be disabled by using modules.conf.
MLS InfrastructureMinor improvementsMLS infrastructure added to support easy conversion between + MLS and non-MLS policy. Policy is compilable, but + untested.
Network InfrastructureMinor improvementsAll network ports, nodes, and interfaces moved to + corenetwork module, interfaces generated automatically. + Plan to add more infrastructure for configuration of + ports, nodes, and interfaces.
User domains and rolesMinor improvementsSome infrastructure added to support per-user domain policy, + e.g., to create types and policy for ssh, + for each user. Plan to add infrastructure to easily + configure userdomains and roles.
LabelingMinor improvementsAll labeling moved to modules, consistent with Reference + Policy structure.
TunablesMinor improvementsTunables are documented, and in the future will be included + in the webpage policy documentation.
UsersUnchangedAssignment of users to roles
ConstraintsUnchangedPlan to split up into relevant modules. There are ordering + problems with source policies.
FlaskUnchangedHeaders for the policy, describing object classes, and + their permissions. No planned changes
GenhomedirconUnchangedTool to properly label users' home directories. + No planned changes