policy-defs.h

Go to the documentation of this file.
00001 /**
00002  *  @file
00003  *
00004  *  Header file defining location of test policies.
00005  *
00006  *  @author Paul Rosenfeld prosenfeld@tresys.com
00007  *
00008  *  Copyright (C) 2007 Tresys Technology, LLC
00009  *
00010  *  This library is free software; you can redistribute it and/or
00011  *  modify it under the terms of the GNU Lesser General Public
00012  *  License as published by the Free Software Foundation; either
00013  *  version 2.1 of the License, or (at your option) any later version.
00014  *
00015  *  This library is distributed in the hope that it will be useful,
00016  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  *  Lesser General Public License for more details.
00019  *
00020  *  You should have received a copy of the GNU Lesser General Public
00021  *  License along with this library; if not, write to the Free Software
00022  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
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