summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-07-11 14:09:19 +0000
committerJonas Smedegaard <dr@jones.dk>2002-07-11 14:09:19 +0000
commitc37014bbe17f1aa7ad87cd11643c0552a4a5395e (patch)
treecd776d026dd611f3f622fbe666eaa12064244681
parent7131c1f4cab4a531d6514ce6f2f3a246601817bc (diff)
cf.services.harden: Ignore /dev/cpu/mtrr. Add comment regarding m4 to TODO.
-rw-r--r--TODO1
-rw-r--r--cfengine/cf.services.harden1
2 files changed, 2 insertions, 0 deletions
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
#