[rkhunter] Don't send warning emails anymore. They cause selinux issues and are not very helpful. Fixes bug #66

Kevin Fenzi kevin at fedoraproject.org
Thu Apr 14 02:07:55 UTC 2011


commit 7419ff45b49237ff0a740505082b979a970aea9b
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Wed Apr 13 20:07:48 2011 -0600

    Don't send warning emails anymore. They cause selinux issues and are not very helpful.
    Fixes bug #660544

 rkhunter-1.3.8-fedoraconfig.patch |   20 +-------------------
 rkhunter.spec                     |    6 +++++-
 2 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/rkhunter-1.3.8-fedoraconfig.patch b/rkhunter-1.3.8-fedoraconfig.patch
index d9f410f..a7728f8 100644
--- a/rkhunter-1.3.8-fedoraconfig.patch
+++ b/rkhunter-1.3.8-fedoraconfig.patch
@@ -1,15 +1,6 @@
 diff -Nur rkhunter-1.3.8.orig/files/rkhunter.conf rkhunter-1.3.8/files/rkhunter.conf
 --- rkhunter-1.3.8.orig/files/rkhunter.conf	2010-11-13 13:25:22.000000000 -0700
-+++ rkhunter-1.3.8/files/rkhunter.conf	2010-12-07 18:49:08.194871526 -0700
-@@ -76,7 +76,7 @@
- # NOTE: This option should be present in the configuration file.
- #
- #MAIL-ON-WARNING=me at mydomain   root at mydomain
--MAIL-ON-WARNING=""
-+MAIL-ON-WARNING="root"
- 
- #
- # Specify the mail command to use if MAIL-ON-WARNING is set.
++++ rkhunter-1.3.8/files/rkhunter.conf	2011-04-13 13:58:11.190895105 -0600
 @@ -94,16 +94,19 @@
  # sure that the directory permissions are tight.
  #
@@ -64,15 +55,6 @@ diff -Nur rkhunter-1.3.8.orig/files/rkhunter.conf rkhunter-1.3.8/files/rkhunter.
  
  #
  # Set this option to '1' to allow the use of the SSH-1 protocol, but note
-@@ -224,7 +227,7 @@
- # configuration file, then a value of '2' may be set here in order to
- # suppress a warning message. This option has a default value of '0'.
- #
--ALLOW_SSH_PROT_V1=0
-+ALLOW_SSH_PROT_V1=0
- 
- #
- # This setting tells rkhunter the directory containing the SSH configuration
 @@ -255,7 +258,7 @@
  # tests, the test names, and how rkhunter behaves when these options are used.
  #
diff --git a/rkhunter.spec b/rkhunter.spec
index 38a033b..c901375 100644
--- a/rkhunter.spec
+++ b/rkhunter.spec
@@ -1,6 +1,6 @@
 Name:           rkhunter
 Version:        1.3.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
@@ -93,6 +93,10 @@ EOF
 %{_mandir}/man8/*
 
 %changelog
+* Wed Apr 13 2011 Kevin Fenzi <kevin at scrye.com> - 1.3.8-4
+- Don't send warning emails anymore. They cause selinux issues and are not very helpful.
+- Fixes bug #660544
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list