[selinux-policy/f16] Hard code to MLSENABLED

Daniel J Walsh dwalsh at fedoraproject.org
Mon Aug 22 20:33:37 UTC 2011


commit 9ea66ffbc18a7b64d2d57d322e0e8ecca674f2ff
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Aug 22 16:33:06 2011 -0400

    Hard code to MLSENABLED

 Makefile.devel |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.devel b/Makefile.devel
index 20c8859..b1c6bfe 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -4,7 +4,6 @@ SHAREDIR := /usr/share/selinux
 AWK ?= gawk
 NAME ?= $(strip $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config))
 
-MLSENABLED := $(shell python -c "import selinux; print(selinux.is_selinux_mls_enabled())")
 ifeq ($(MLSENABLED),)
 	MLSENABLED := 1
 endif


More information about the scm-commits mailing list