From c37014bbe17f1aa7ad87cd11643c0552a4a5395e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Jul 2002 14:09:19 +0000 Subject: cf.services.harden: Ignore /dev/cpu/mtrr. Add comment regarding m4 to TODO. --- TODO | 1 + cfengine/cf.services.harden | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO b/TODO index 0b1a442..703f79c 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,7 @@ Calibrate max open files based on available memory (as suggested at http://www.l /etc/security/limits.conf: * hard nofile FILEMAX Use m4 to make sharefiles and cfengine cleanup files for samba. Move zonefiles out of local-COMMON and into separate CVS modules. +Check that m4 is installed before using it in cfengine! Xenux: ------ diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index 5aa2e4a..4addc93 100644 --- a/cfengine/cf.services.harden +++ b/cfengine/cf.services.harden @@ -76,6 +76,7 @@ editfiles: AppendIfNoSuchLine "!/.journal" AppendIfNoSuchLine "!/usr/local" AppendIfNoSuchLine "!/usr/src" + AppendIfNoSuchLine "!/dev/cpu/mtrr" } { /etc/cron.daily/integrit # -- cgit v1.2.3