Hello community,

here is the log from the commit of package rkhunter for openSUSE:Factory 
checked in at 2013-07-02 07:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rkhunter (Old)
 and      /work/SRC/openSUSE:Factory/.rkhunter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rkhunter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes        2013-03-26 
15:59:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes   2013-07-02 
07:43:31.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jun 28 19:58:21 UTC 2013 - Sascha Manns <[email protected]>
+
+- added some more strings to fix the issue.  
+
+-------------------------------------------------------------------
+Fri Jun 28 13:24:26 UTC 2013 - Sascha Manns <[email protected]>
+
+- fixed bnc#826276 (added string /dev/.sysconfig/network to
+  ALLOWEDDEVFILE)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rkhunter.spec ++++++
--- /var/tmp/diff_new_pack.a1QIqn/_old  2013-07-02 07:43:31.000000000 +0200
+++ /var/tmp/diff_new_pack.a1QIqn/_new  2013-07-02 07:43:31.000000000 +0200
@@ -100,14 +100,24 @@
 mv %{buildroot}%{_sysconfdir}/%{name}.conf.new 
%{buildroot}%{_sysconfdir}/%{name}.conf
 for i in ifup-lo if-lo network config-lo new-stamp-2; do
         echo "ALLOWDEVFILE=/dev/shm/sysconfig/$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+        # fix for bnc#826276
+       echo "ALLOWDEVFILE=/dev/.sysconfig/network/$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
 done
 for i in $(seq 0 9); do
         echo "ALLOWDEVFILE=/dev/shm/sysconfig/ifup-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
         echo "ALLOWDEVFILE=/dev/shm/sysconfig/if-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
         echo "ALLOWDEVFILE=/dev/shm/sysconfig/config-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+       # fix for bnc#826276
+       echo "ALLOWDEVFILE=/dev/.sysconfig/network/ifup-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+       echo "ALLOWDEVFILE=/dev/.sysconfig/network/if-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+       echo "ALLOWDEVFILE=/dev/.sysconfig/network/config-eth$i" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+       echo "ALLOWDEVFILE=/dev/.sysconfig/network/started" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
 done
 echo "ALLOWDEVFILE=/dev/shm/pulse-shm-*" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
 
+# fix for bnc#826276
+echo "ALLOWHIDDENDIR=/dev/.sysconfig" >> 
%{buildroot}%{_sysconfdir}/%{name}.conf
+
 # install ghost file
 mkdir -p %{buildroot}%{_localstatedir}/log
 touch %{buildroot}%{_localstatedir}/log/%{name}.log

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to