[selinux-policy: 289/3172] support_modules is finally gone, and modules.disable->modules.conf

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:29:51 UTC 2010


commit 0350b1dc7f2336b88dc2c515111b47217b7fa74e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 8 21:03:00 2005 +0000

    support_modules is finally gone, and modules.disable->modules.conf

 refpolicy/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/Makefile b/refpolicy/Makefile
index fa86b4d..6451753 100644
--- a/refpolicy/Makefile
+++ b/refpolicy/Makefile
@@ -114,10 +114,10 @@ MODDIR = $(POLDIR)/modules
 BASE_MODULE = $(MODDIR)/kernel
 FLASKDIR = $(POLDIR)/flask
 APPCONF = config/appconfig
-M4SUPPORT = $(POLDIR)/support/support_macros $(wildcard $(POLDIR)/support/*.spt)
+M4SUPPORT = $(wildcard $(POLDIR)/support/*.spt)
 
 GLOBALTUN := $(POLDIR)/global_tunables
-MOD_DISABLE := $(POLDIR)/modules.disable
+MOD_DISABLE := $(POLDIR)/modules.conf
 TUNABLES := $(POLDIR)/tunables.conf
 
 APPDIR := $(CONTEXTPATH)


More information about the scm-commits mailing list