aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-19 09:03:17 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-19 09:03:17 +0000
commit39ec3e6c6ac6362f6245292701da08e7a055e686 (patch)
treeed68a7fc7c229db870558a4c1bdb34e8053249fb /xen/Rules.mk
parentf5b9cd087fa4774a162d27071d81a3ffad71190e (diff)
downloadxen-39ec3e6c6ac6362f6245292701da08e7a055e686.tar.gz
xen-39ec3e6c6ac6362f6245292701da08e7a055e686.tar.bz2
xen-39ec3e6c6ac6362f6245292701da08e7a055e686.zip
This patch:
* adds a C-based security policy translation tool to Xen (secpol_xml2bin) and removes the current Java security policy translator (Java dependencies). The C-based tool integrates into the Xen source tree build and install (using gnome libxml2 for XML parsing). See install.txt. * introduces security labels and related tools. Users can now use semantic-rich label names to put security-tags on domains. See example.txt, policy.txt. * moves the security configuration (currently ACM_USE_SECURITY_POLICY) from xen/Rules.mk into a separate top-level Security.mk file (it is needed by the tools/security and xen/acm). Both xen/acm and tools/security are built during the Xen build process only if ACM_USE_SECURITY_POLICY is not ACM_NULL_POLICY (which is the default setting). Signed-off-by Reiner Sailer <sailer@us.ibm.com> Signed-off by Stefan Berger <stefanb@us.ibm.com> Signed-off by Ray Valdez <rvaldez@us.ibm.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index dfa613f70f..511184b08e 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -11,14 +11,6 @@ optimize ?= y
domu_debug ?= n
crash_debug ?= n
-# ACM_USE_SECURITY_POLICY is set to security policy of Xen
-# Supported models are:
-# ACM_NULL_POLICY (ACM will not be built with this policy)
-# ACM_CHINESE_WALL_POLICY
-# ACM_SIMPLE_TYPE_ENFORCEMENT_POLICY
-# ACM_CHINESE_WALL_AND_SIMPLE_TYPE_ENFORCEMENT_POLICY
-ACM_USE_SECURITY_POLICY ?= ACM_NULL_POLICY
-
include $(BASEDIR)/../Config.mk
# Set ARCH/SUBARCH appropriately.