aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-23 10:05:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-23 10:05:15 +0100
commit0dba100da61528c1d36844a00ba2676b4712aa67 (patch)
tree82a83ca3db2728185d0c1636d04cba3e47bf261b /tools/flask/Makefile
parent545a227dfc099af8b17b6842e097196192658c3e (diff)
downloadxen-0dba100da61528c1d36844a00ba2676b4712aa67.tar.gz
xen-0dba100da61528c1d36844a00ba2676b4712aa67.tar.bz2
xen-0dba100da61528c1d36844a00ba2676b4712aa67.zip
xsm: Add getenforce and setenforce functionality to tools
This patch exposes the getenforce and setenforce functionality for the Flask XSM module. Signed-off-by : Machon Gregory <mbgrego@tycho.ncsc.mil> Signed-off-by : George S. Coker, II <gscoker@alpha.ncsc.mil>
Diffstat (limited to 'tools/flask/Makefile')
-rw-r--r--tools/flask/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flask/Makefile b/tools/flask/Makefile
index e78f5785db..08961cf810 100644
--- a/tools/flask/Makefile
+++ b/tools/flask/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS :=
SUBDIRS += libflask
-SUBDIRS += loadpolicy
+SUBDIRS += utils
.PHONY: all clean install
all clean install: %: subdirs-%