rpms/rkhunter/devel rkhunter.spec, 1.26, 1.27 rkhunter-1.3.4-fedoraconfig.patch, 1.4, 1.5

Kevin Fenzi kevin at fedoraproject.org
Fri Nov 27 05:16:08 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/rkhunter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13409

Modified Files:
	rkhunter.spec rkhunter-1.3.4-fedoraconfig.patch 
Log Message:
Add exception for /dev/.mdadm file - bug #539405



Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- rkhunter.spec	27 Jul 2009 03:03:56 -0000	1.26
+++ rkhunter.spec	27 Nov 2009 05:16:08 -0000	1.27
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
@@ -104,6 +104,9 @@ EOF
 %{_mandir}/man8/*
 
 %changelog
+* Thu Nov 26 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.4-9
+- Add exception for /dev/.mdadm file - bug #539405
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 

rkhunter-1.3.4-fedoraconfig.patch:
 rkhunter.conf |   48 ++++++++++++++++++++++++++++++++++--------------
 1 file changed, 34 insertions(+), 14 deletions(-)

Index: rkhunter-1.3.4-fedoraconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter-1.3.4-fedoraconfig.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- rkhunter-1.3.4-fedoraconfig.patch	3 Jul 2009 23:22:07 -0000	1.4
+++ rkhunter-1.3.4-fedoraconfig.patch	27 Nov 2009 05:16:08 -0000	1.5
@@ -1,6 +1,6 @@
 diff -Nur rkhunter-1.3.4.orig/files/rkhunter.conf rkhunter-1.3.4/files/rkhunter.conf
 --- rkhunter-1.3.4.orig/files/rkhunter.conf	2008-12-30 14:23:00.000000000 -0700
-+++ rkhunter-1.3.4/files/rkhunter.conf	2009-07-03 17:17:11.000000000 -0600
++++ rkhunter-1.3.4/files/rkhunter.conf	2009-11-26 21:45:14.000000000 -0700
 @@ -68,7 +68,7 @@
  # NOTE: This option should be present in the configuration file.
  #
@@ -87,7 +87,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # Allow the specified commands to have the immutable attribute set.
-@@ -310,7 +316,7 @@
+@@ -310,21 +316,34 @@
  # One directory per line (use multiple ALLOWHIDDENDIR lines).
  #
  #ALLOWHIDDENDIR=/etc/.java
@@ -96,7 +96,12 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  #ALLOWHIDDENDIR=/dev/.udevdb
  #ALLOWHIDDENDIR=/dev/.udev.tdb
  #ALLOWHIDDENDIR=/dev/.static
-@@ -322,9 +328,21 @@
+ #ALLOWHIDDENDIR=/dev/.initramfs
+ #ALLOWHIDDENDIR=/dev/.SRC-unix
++ALLOWHIDDENDIR=/dev/.mdadm
+ 
+ #
+ # Allow the specified hidden files.
  # One file per line (use multiple ALLOWHIDDENFILE lines).
  # 
  #ALLOWHIDDENFILE=/etc/.java
@@ -119,7 +124,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # Allow the specified processes to use deleted files.
-@@ -367,7 +385,7 @@
+@@ -367,7 +386,7 @@
  # ALLOWDEVFILE lines).
  #
  #ALLOWDEVFILE=/dev/abc
@@ -128,7 +133,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # This setting tells rkhunter where the inetd configuration
-@@ -460,7 +478,7 @@
+@@ -460,7 +479,7 @@
  # file. This setting will be worked out by rkhunter, and so should not
  # usually need to be set.
  #
@@ -137,7 +142,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # This option permits the use of syslog remote logging.
-@@ -549,7 +567,7 @@
+@@ -549,7 +568,7 @@
  # specified, then RKH will assume the O/S release information is on the
  # first non-blank line of the file.
  #
@@ -146,7 +151,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # The following two options can be used to whitelist files and directories
-@@ -578,3 +596,4 @@
+@@ -578,3 +597,4 @@
  #
  #MODULES_DIR=""
  




More information about the scm-commits mailing list