aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-04 11:23:08 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-04 11:23:08 +0100
commit06cfe5df7bdadd1972619d26127bd18a56a1db04 (patch)
treeccec33b0596f66e36e9fb824909438ba124b67cb /.hgignore
parente4e909d6e2ce5884133b3aaef13dc65fa9d244ba (diff)
downloadxen-06cfe5df7bdadd1972619d26127bd18a56a1db04.tar.gz
xen-06cfe5df7bdadd1972619d26127bd18a56a1db04.tar.bz2
xen-06cfe5df7bdadd1972619d26127bd18a56a1db04.zip
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 <gscoker@alpha.ncsc.mil>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 0 insertions, 1 deletions
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$