From 3b16993d1789c1eeeb5df4aab7be75802c97571c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 6 Jun 2013 09:27:40 -0400 Subject: Use python libselinux bindings to determine policy version. This eliminates the hardcoded /selinux in Rules.monolithic, which broke when the filesystem mount was moved to /sys/fs/selinux. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e012cd88..bc475808 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,7 @@ support := support genxml := $(PYTHON) -E $(support)/segenxml.py gendoc := $(PYTHON) -E $(support)/sedoctool.py genperm := $(PYTHON) -E $(support)/genclassperms.py +policyvers := $(PYTHON) -E $(support)/policyvers.py fcsort := $(tmpdir)/fc_sort setbools := $(AWK) -f $(support)/set_bools_tuns.awk get_type_attr_decl := $(SED) -r -f $(support)/get_type_attr_decl.sed -- cgit v1.2.3-65-gdbad