From 996ae37b690445d337e82d3b8d95c0c8620d85db Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 22 Sep 2005 13:35:13 +0000 Subject: [PATCH] fix for removed example targeted config --- refpolicy/support/selinux-refpolicy-sources.spec.skel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/support/selinux-refpolicy-sources.spec.skel b/refpolicy/support/selinux-refpolicy-sources.spec.skel index 71f6c78e..bd6444b3 100644 --- a/refpolicy/support/selinux-refpolicy-sources.spec.skel +++ b/refpolicy/support/selinux-refpolicy-sources.spec.skel @@ -28,9 +28,9 @@ or strict policy configuration. %setup -q -n refpolicy %build -cp -f policy/modules.conf.targeted_example policy/modules.conf sed -i -e '/^TYPE/s/strict/targeted/' Makefile sed -i -e 's/^#DISTRO/DISTRO/' Makefile +sed -i -e '/^DIRECT_INITRC/s/n/y/' Makefile make conf make clean rm -f support/*.pyc