policy-defs.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef POLICY_DEFS
00026 #define POLICY_DEFS
00027
00028 #include <config.h>
00029
00030 #define POLICY_ROOT TEST_POLICIES "/setools-3.2/sediff"
00031
00032 #define COMPONENTS_ORIG_POLICY (POLICY_ROOT "/testing-component-orig.conf")
00033 #define COMPONENTS_MOD_POLICY (POLICY_ROOT "/testing-component-mod.conf")
00034
00035 #define RULES_ORIG_POLICY (POLICY_ROOT "/testing-rules-orig.conf")
00036 #define RULES_MOD_POLICY (POLICY_ROOT "/testing-rules-mod.conf")
00037
00038 #define MLS_ORIG_POLICY (POLICY_ROOT "/testing-mls-orig.conf")
00039 #define MLS_MOD_POLICY (POLICY_ROOT "/testing-mls-mod.conf")
00040
00041 #define NOMLS_ORIG_POLICY (POLICY_ROOT "/testing-mls-orig.conf")
00042 #define NOMLS_MOD_POLICY (POLICY_ROOT "/testing-mls-mod-nomls.conf")
00043
00044 #endif