Changes of Revision 12
[-] | Changed | rkhunter.spec |
x 1
2 EOF 3 %{__chmod} a+rwx,g-w,o-w ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/ix-rkhunter 4 5 +%post 6 +%{_bindir}/rkhunter --quiet --propupd 7 + 8 %clean 9 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \ 10 && rm -rf $RPM_BUILD_ROOT 11
12 * Tue Jan 15 2008 Carsten Schoene <cs@linux-administrator.com> 13 - reworked all patches 14 - changed installation to installers RPM mode 15 +- internetx specific configuration changes 16 17 * Wed Nov 22 2006 - meissner@suse.de 18 - use correct string for i586. #223221 19 |
||
[+] | Changed | rkhunter-config.patch ^ |
@@ -1,5 +1,5 @@ --- rkhunter-1.3.0/files/rkhunter.conf.orig 2007-09-01 15:05:26.000000000 +0200 -+++ rkhunter-1.3.0/files/rkhunter.conf 2008-01-15 14:27:08.000000000 +0100 ++++ rkhunter-1.3.0/files/rkhunter.conf 2008-01-15 14:55:31.000000000 +0100 @@ -59,7 +59,7 @@ # Multiple addresses may be specified simply be separating them # with a space. @@ -18,7 +18,33 @@ # # Allow the use of the SSH-1 protocol which is theoretically weaker than SSH-2. -@@ -287,11 +287,11 @@ +@@ -247,7 +247,7 @@ + # For any file not part of a package, rkhunter will revert to using + # the HASH_FUNC hash function instead. + # +-#PKGMGR=NONE ++PKGMGR=RPM + + # + # Whitelist various attributes of the specified files. +@@ -273,10 +273,12 @@ + # Allow the specified commands to be scripts. + # One command per line (use multiple SCRIPTWHITELIST lines). + # +-#SCRIPTWHITELIST=/sbin/ifup +-#SCRIPTWHITELIST=/sbin/ifdown +-#SCRIPTWHITELIST=/usr/bin/groups +- ++SCRIPTWHITELIST=/sbin/ifup ++SCRIPTWHITELIST=/sbin/ifdown ++SCRIPTWHITELIST=/usr/bin/groups ++SCRIPTWHITELIST=/usr/bin/whatis ++SCRIPTWHITELIST=/usr/bin/ldd ++SCRIPTWHITELIST=/usr/bin/GET + # + # Allow the specified commands to have the immutable attribute set. + # One command per line (use multiple IMMUTWHITELIST lines). +@@ -287,11 +289,11 @@ # Allow the specified hidden directories. # One directory per line (use multiple ALLOWHIDDENDIR lines). # @@ -33,7 +59,7 @@ #ALLOWHIDDENDIR=/dev/.initramfs #ALLOWHIDDENDIR=/dev/.SRC-unix -@@ -300,8 +300,8 @@ +@@ -300,8 +302,8 @@ # One file per line (use multiple ALLOWHIDDENFILE lines). # #ALLOWHIDDENFILE=/etc/.java @@ -44,7 +70,7 @@ #ALLOWHIDDENFILE=/etc/.init.state # -@@ -381,7 +381,10 @@ +@@ -381,7 +383,10 @@ # Only one service (file) per line (use multiple XINETD_ALLOWED_SVC lines). # #XINETD_ALLOWED_SVC=/etc/xinetd.d/echo |