This commit is contained in:
Chris PeBenito 2005-12-05 20:35:21 +00:00
parent bdb2fac0f8
commit 35bb02abaf
1 changed files with 9 additions and 6 deletions

View File

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