From 35bb02abafab47c7c26ff0707c6194b54c2d12ab Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 5 Dec 2005 20:35:21 +0000 Subject: [PATCH] updates --- refpolicy/README | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/refpolicy/README b/refpolicy/README index 8b991998..a1763c06 100644 --- a/refpolicy/README +++ b/refpolicy/README @@ -75,9 +75,10 @@ All directories relative to the root of the Reference Policy sources directory. Makefile General rules for building the policy. -Rules.modular Rules specific to building loadable module policies. +Rules.modular Makefile rules specific to building loadable module + policies. -Rules.monolithic Rules specific to building monolithic policies. +Rules.monolithic Makefile rules specific to building monolithic policies. build.conf Options which influence the building of the policy, such as the policy type (strict, targeted, etc.) @@ -122,10 +123,6 @@ policy/global_booleans This file defines all booleans that have a global scope, policy/global_tunables This file defines all tunables that have a global scope, their default value, and documentation. -policy/mcs The multi-category security (MCS) configuration. - -policy/mls The multi-level security (MLS) configuration. - policy/flask/initial_sids This file has declarations for each initial SID. policy/flask/security_classes This file has declarations for each security class. @@ -136,6 +133,10 @@ policy/flask/access_vectors This file defines the access vectors. Common defined, an access vector may be defined for each security class. +policy/mcs The multi-category security (MCS) configuration. + +policy/mls The multi-level security (MLS) configuration. + policy/modules/* Each directory represents a layer in Reference Policy all of the modules are contained in one of these layers. @@ -150,4 +151,6 @@ policy/modules.conf This file contains a listing of available modules, and policy/support/* Support macros. +policy/users This file defines the users included in the policy. + support/* Scripts and other tools used to help build the policy.