rpms/rkhunter/F-11 rkhunter-1.3.4-fedoraconfig.patch, 1.3, 1.4 rkhunter.spec, 1.24, 1.25

Kevin Fenzi kevin at fedoraproject.org
Fri Jul 3 23:29:36 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/rkhunter/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13794

Modified Files:
	rkhunter-1.3.4-fedoraconfig.patch rkhunter.spec 
Log Message:
Add exception for software raid udev file - bug #509253


rkhunter-1.3.4-fedoraconfig.patch:

Index: rkhunter-1.3.4-fedoraconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/F-11/rkhunter-1.3.4-fedoraconfig.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- rkhunter-1.3.4-fedoraconfig.patch	7 Jun 2009 03:38:28 -0000	1.3
+++ rkhunter-1.3.4-fedoraconfig.patch	3 Jul 2009 23:29:36 -0000	1.4
@@ -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-06-06 21:24:21.000000000 -0600
++++ rkhunter-1.3.4/files/rkhunter.conf	2009-07-03 17:17:11.000000000 -0600
 @@ -68,7 +68,7 @@
  # NOTE: This option should be present in the configuration file.
  #
@@ -96,7 +96,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  #ALLOWHIDDENDIR=/dev/.udevdb
  #ALLOWHIDDENDIR=/dev/.udev.tdb
  #ALLOWHIDDENDIR=/dev/.static
-@@ -322,9 +328,19 @@
+@@ -322,9 +328,21 @@
  # One file per line (use multiple ALLOWHIDDENFILE lines).
  # 
  #ALLOWHIDDENFILE=/etc/.java
@@ -114,10 +114,12 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
 +ALLOWHIDDENFILE=/usr/bin/.ssh-agent.hmac
 +ALLOWHIDDENFILE=/usr/sbin/.sshd.hmac
 +ALLOWHIDDENFILE=/usr/bin/.fipscheck.hmac
++# raid map
++ALLOWHIDDENFILE=/dev/.mdadm.map
  
  #
  # Allow the specified processes to use deleted files.
-@@ -367,7 +383,7 @@
+@@ -367,7 +385,7 @@
  # ALLOWDEVFILE lines).
  #
  #ALLOWDEVFILE=/dev/abc
@@ -126,7 +128,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # This setting tells rkhunter where the inetd configuration
-@@ -460,7 +476,7 @@
+@@ -460,7 +478,7 @@
  # file. This setting will be worked out by rkhunter, and so should not
  # usually need to be set.
  #
@@ -135,7 +137,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # This option permits the use of syslog remote logging.
-@@ -549,7 +565,7 @@
+@@ -549,7 +567,7 @@
  # specified, then RKH will assume the O/S release information is on the
  # first non-blank line of the file.
  #
@@ -144,7 +146,7 @@ diff -Nur rkhunter-1.3.4.orig/files/rkhu
  
  #
  # The following two options can be used to whitelist files and directories
-@@ -578,3 +594,4 @@
+@@ -578,3 +596,4 @@
  #
  #MODULES_DIR=""
  


Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/F-11/rkhunter.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- rkhunter.spec	7 Jun 2009 03:38:28 -0000	1.24
+++ rkhunter.spec	3 Jul 2009 23:29:36 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.4
-Release:        6%{?dist}
+Release:        7%{?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
+* Fri Jul 03 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.4-7
+- Add exception for software raid udev file - bug #509253
+
 * Sat Jun 06 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.4-6
 - Add /usr/bin/.fipscheck.hmac to ok files - bug #494096
 




More information about the fedora-extras-commits mailing list