From 06cfe5df7bdadd1972619d26127bd18a56a1db04 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 4 Sep 2008 11:23:08 +0100 Subject: xsm, python tools: remove autogenerated xsm.py - The patch does away with the autogenerated xsm.py file and introduces a config parameter in xend-config.sxp to determine the security module. The parameter is (xsm_module_name {acm, dummy, flask}). The default setting/option is dummy. .hgignore is also updated to stop ignoring xsm.py on commits. - The patch has created an xsconstant for XS_POLICY_FLASK and updated the toolchain to check the instance of XS_POLICY_USE. XS_POLICY_USE evalauates to XS_POLICY_FLASK or XS_POLICY_ACM or XS_POLICY_DUMMY depending on configuration. - Flask relies on the current value of ssidref returned by dominfo to ensure that the label to sid mapping is consistent. ssidref had been pop'ed from the dominfo object. The patch addresses this issue. - Flask python module style cleanups. Signed-off-by: George Coker --- .hgignore | 1 - 1 file changed, 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 42d980bcb0..13ced87e22 100644 --- a/.hgignore +++ b/.hgignore @@ -185,7 +185,6 @@ ^tools/misc/xenperf$ ^tools/pygrub/build/.*$ ^tools/python/build/.*$ -^tools/python/xen/util/xsm/xsm\.py$ ^tools/security/secpol_tool$ ^tools/security/xen/.*$ ^tools/security/xensec_tool$ -- cgit v1.2.3