aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-25 09:31:52 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-25 09:31:52 +0100
commit8c706ec28d6ac4805a513fe29850a97773a9a4ee (patch)
treec132620a84b923f69f957d5916a08d8a240c7b10 /Config.mk
parent74fd18ac582e414dfe2baa88551965f72df8b7cd (diff)
downloadxen-8c706ec28d6ac4805a513fe29850a97773a9a4ee.tar.gz
xen-8c706ec28d6ac4805a513fe29850a97773a9a4ee.tar.bz2
xen-8c706ec28d6ac4805a513fe29850a97773a9a4ee.zip
acm: Changes to XML schema of the policy
This patch changes the XML schema of the ACM policy to require a version and that every conflict set have a name. Every VM label must have one Chinese Wall Type and every resource label one Simple Type Enforcement Type. As a consequence of this some example policies needed to be changed. Also not offering that many configuration options for compiling xen anymore to make things simpler. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 57d17740ad..c77f6ae020 100644
--- a/Config.mk
+++ b/Config.mk
@@ -83,8 +83,6 @@ ACM_SECURITY ?= n
# ACM_DEFAULT_SECURITY_POLICY
# Supported models are:
# ACM_NULL_POLICY
-# ACM_CHINESE_WALL_POLICY
-# ACM_SIMPLE_TYPE_ENFORCEMENT_POLICY
# ACM_CHINESE_WALL_AND_SIMPLE_TYPE_ENFORCEMENT_POLICY
ACM_DEFAULT_SECURITY_POLICY ?= ACM_NULL_POLICY