aboutsummaryrefslogtreecommitdiffstats
path: root/xen/xsm/flask/include/flask.h
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2013-01-10 17:30:47 +0000
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>2013-01-10 17:30:47 +0000
commitd05b3ddfdc8bb4c51c9764a6afaf7a3cce4a15fd (patch)
tree5de7abcce26a2b07ab1ce61e4ea903ac4345ace0 /xen/xsm/flask/include/flask.h
parent58f88f9eb2f2b16f1870c592c3310593039096e8 (diff)
downloadxen-d05b3ddfdc8bb4c51c9764a6afaf7a3cce4a15fd.tar.gz
xen-d05b3ddfdc8bb4c51c9764a6afaf7a3cce4a15fd.tar.bz2
xen-d05b3ddfdc8bb4c51c9764a6afaf7a3cce4a15fd.zip
flask: move policy headers into hypervisor
Rather than keeping around headers that are autogenerated in order to avoid adding build dependencies from xen/ to files in tools/, move the relevant parts of the FLASK policy into the hypervisor tree and generate the headers as part of the hypervisor's build. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/xsm/flask/include/flask.h')
-rw-r--r--xen/xsm/flask/include/flask.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/xen/xsm/flask/include/flask.h b/xen/xsm/flask/include/flask.h
deleted file mode 100644
index 3bff99890f..0000000000
--- a/xen/xsm/flask/include/flask.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* This file is automatically generated. Do not edit. */
-#ifndef _SELINUX_FLASK_H_
-#define _SELINUX_FLASK_H_
-
-/*
- * Security object class definitions
- */
-#define SECCLASS_XEN 1
-#define SECCLASS_DOMAIN 2
-#define SECCLASS_DOMAIN2 3
-#define SECCLASS_HVM 4
-#define SECCLASS_MMU 5
-#define SECCLASS_RESOURCE 6
-#define SECCLASS_SHADOW 7
-#define SECCLASS_EVENT 8
-#define SECCLASS_GRANT 9
-#define SECCLASS_SECURITY 10
-
-/*
- * Security identifier indices for initial entities
- */
-#define SECINITSID_XEN 1
-#define SECINITSID_DOM0 2
-#define SECINITSID_DOMIO 3
-#define SECINITSID_DOMXEN 4
-#define SECINITSID_UNLABELED 5
-#define SECINITSID_SECURITY 6
-#define SECINITSID_IOPORT 7
-#define SECINITSID_IOMEM 8
-#define SECINITSID_IRQ 9
-#define SECINITSID_DEVICE 10
-
-#define SECINITSID_NUM 10
-
-#endif