debian/0000755000000000000000000000000012110113153007152 5ustar debian/manpages0000644000000000000000000000002112110113153010661 0ustar files/rkhunter.8 debian/90rkhunter0000644000000000000000000000043612110113153011113 0ustar // Makes sure that rkhunter file properties database is updated after each remove or install only APT_AUTOGEN is enabled DPkg::Post-Invoke { "if [ -x /usr/bin/rkhunter ] && grep -qiE '^APT_AUTOGEN=.?(true|yes)' /etc/default/rkhunter; then /usr/share/rkhunter/scripts/rkhupd.sh; fi"; }; debian/copyright0000644000000000000000000000342012110113153011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rootkit Hunter Upstream-Contact: John Horne unSpawn Source: http://sourceforge.net/projects/rkhunter/ Files: * Copyright: 2003-2010, Michael Boelen License: GPL-2+ Files: debian/* Copyright: 2005, Emanuele Rocca 2006-2008, Micah Anderson 2005-2011, Julien Valroff License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the full text of the GNU General Public License versin 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/postrm0000644000000000000000000000272012110113153010422 0ustar #! /bin/sh # postrm script for rkhunter # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; purge) for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do rm -f /etc/default/rkhunter$ext done rm -f /etc/default/rkhunter if which ucf >/dev/null; then ucf --purge /etc/default/rkhunter fi if which ucfr >/dev/null; then ucfr --purge rkhunter /etc/default/rkhunter fi rm -rf /var/lib/rkhunter/tmp/* rm -rf /var/lib/rkhunter/db/* #[ -f /etc/rkhunter.conf.local ] && rm -f /etc/rkhunter.conf.local ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/default.conf0000644000000000000000000000165112110113153011450 0ustar # Defaults for rkhunter automatic tasks # sourced by /etc/cron.*/rkhunter and /etc/apt/apt.conf.d/90rkhunter # # This is a POSIX shell fragment # # Set this to yes to enable rkhunter daily runs # (default: true) CRON_DAILY_RUN="true" # Set this to yes to enable rkhunter weekly database updates # (default: true) CRON_DB_UPDATE="true" # Set this to yes to enable reports of weekly database updates # (default: false) DB_UPDATE_EMAIL="false" # Set this to the email address where reports and run output should be sent # (default: root) REPORT_EMAIL="root" # Set this to yes to enable automatic database updates # (default: false) APT_AUTOGEN="false" # Nicenesses range from -20 (most favorable scheduling) to 19 (least favorable) # (default: 0) NICE="0" # Should daily check be run when running on battery # powermgmt-base is required to detect if running on battery or on AC power # (default: false) RUN_CHECK_ON_BATTERY="false" debian/cron.daily0000644000000000000000000000172612110113153011145 0ustar #!/bin/sh RKHUNTER=/usr/bin/rkhunter test -x $RKHUNTER || exit 0 # source our config . /etc/default/rkhunter if [ -z "$NICE" ]; then NICE=0 fi if [ -z "$RUN_CHECK_ON_BATTERY" ]; then RUN_CHECK_ON_BATTERY="false" fi # Do not run daily check if running on battery except if explicitely allowed if [ -x /usr/bin/on_ac_power >/dev/null 2>&1 ]; then on_ac_power >/dev/null 2>&1 [ $? -eq 1 -a "$RUN_CHECK_ON_BATTERY" != "true" ] && exit 0 fi case "$CRON_DAILY_RUN" in [YyTt]*) OUTFILE=`mktemp` || exit 1 /usr/bin/nice -n $NICE $RKHUNTER --cronjob --report-warnings-only --appendlog > $OUTFILE if [ -s "$OUTFILE" -a -n "$REPORT_EMAIL" ]; then ( echo "Subject: [rkhunter] $(hostname -f) - Daily report" echo "To: $REPORT_EMAIL" echo "" cat $OUTFILE ) | /usr/sbin/sendmail $REPORT_EMAIL fi rm -f $OUTFILE ;; *) exit 0 ;; esac debian/lintian-overrides0000644000000000000000000000272612110113153012542 0ustar rkhunter: non-standard-file-perm var/lib/rkhunter/db/backdoorports.dat 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/mirrors.dat 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/programs_bad.dat 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/suspscan.dat 0640 != 0644 rkhunter: non-standard-dir-perm var/lib/rkhunter/tmp/ 0750 != 0755 rkhunter: non-standard-dir-perm var/lib/rkhunter/db/ 0750 != 0755 rkhunter: non-standard-dir-perm var/lib/rkhunter/db/i18n/ 0750 != 0755 rkhunter: non-standard-file-perm var/lib/rkhunter/db/i18n/cn 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/i18n/de 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/i18n/en 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/i18n/zh 0640 != 0644 rkhunter: non-standard-file-perm var/lib/rkhunter/db/i18n/zh.utf8 0640 != 0644 rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/backdoorports.dat rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/i18n/cn rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/i18n/de rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/i18n/en rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/i18n/zh rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/i18n/zh.utf8 rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/suspscan.dat rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/mirrors.dat rkhunter: file-missing-in-md5sums var/lib/rkhunter/db/programs_bad.dat debian/patches/0000755000000000000000000000000012110113153010601 5ustar debian/patches/15_remove-empty-dir.diff0000644000000000000000000000061112110113153015143 0ustar Description: Avoid shipping an empty /usr/lib/ directory Author: Julien Valroff Forwarded: not-needed --- a/installer.sh +++ b/installer.sh @@ -700,7 +700,7 @@ if [ "${RKHINST_LAYOUT}" = "oldschool" ]; then RKHDIR_LIST="${RKHINST_DIRS}" else - RKHDIR_LIST="${RKHINST_DIRS} ${LIBDIR} ${VARDIR}/lib" + RKHDIR_LIST="${RKHINST_DIRS} ${VARDIR}/lib" fi umask 022 debian/patches/series0000644000000000000000000000010112110113153012006 0ustar 05_custom_conffile.diff 10_fix-man.diff 15_remove-empty-dir.diff debian/patches/05_custom_conffile.diff0000644000000000000000000001111012110113153015110 0ustar Description: Custom configuration options for Debian package Author: Julien Valroff Forwarded: not-needed --- a/files/rkhunter.conf +++ b/files/rkhunter.conf @@ -99,17 +99,17 @@ # important files will be written to this directory, so be # sure that the directory permissions are tight. # -#TMPDIR=/var/lib/rkhunter/tmp +TMPDIR=/var/lib/rkhunter/tmp # # Specify the database directory to use. # -#DBDIR=/var/lib/rkhunter/db +DBDIR=/var/lib/rkhunter/db # # Specify the script directory to use. # -#SCRIPTDIR=/usr/local/lib/rkhunter/scripts +SCRIPTDIR=/usr/share/rkhunter/scripts # # This option can be used to modify the command directory list used @@ -255,8 +255,15 @@ # Please read the README file for more details about enabling and disabling # tests, the test names, and how rkhunter behaves when these options are used. # +# hidden_procs test requires the unhide command which is part of the unhide +# package in Debian. +# +# apps test is disabled by default as it triggers warnings about outdated +# applications (and warns about possible security risk: we better trust +# the Debian Security Team). +# ENABLE_TESTS="all" -DISABLE_TESTS="suspscan hidden_ports hidden_procs deleted_files packet_cap_apps" +DISABLE_TESTS="suspscan hidden_procs deleted_files packet_cap_apps apps" # # The HASH_FUNC option can be used to specify the command to use @@ -324,6 +331,9 @@ # # Whenever this option is changed 'rkhunter --propupd' must be run. # +# NONE is the default for Debian as well, as running --propupd takes +# about 4 times longer when it's set to DPKG +# #PKGMGR=NONE # @@ -466,8 +476,15 @@ # be specified more than once. The option may use wildcard # characters. # -#SCRIPTWHITELIST="/sbin/ifup /sbin/ifdown" -#SCRIPTWHITELIST="/usr/bin/groups" +SCRIPTWHITELIST=/bin/egrep +SCRIPTWHITELIST=/bin/fgrep +SCRIPTWHITELIST=/bin/which +SCRIPTWHITELIST=/usr/bin/groups +SCRIPTWHITELIST=/usr/bin/ldd +SCRIPTWHITELIST=/usr/bin/lwp-request +SCRIPTWHITELIST=/usr/sbin/adduser +SCRIPTWHITELIST=/usr/sbin/prelink +#SCRIPTWHITELIST=/usr/bin/unhide.rb # # Allow the specified commands to have the immutable attribute set. @@ -492,11 +509,9 @@ # may use wildcard characters. # #ALLOWHIDDENDIR="/etc/.java" -#ALLOWHIDDENDIR="/dev/.udev /dev/.udevdb /dev/.udev.tdb" #ALLOWHIDDENDIR="/dev/.static" -#ALLOWHIDDENDIR="/dev/.initramfs" #ALLOWHIDDENDIR="/dev/.SRC-unix" -#ALLOWHIDDENDIR="/dev/.mdadm" +#ALLOWHIDDENDIR="/etc/.etckeeper" # # Allow the specified hidden files to be whitelisted. @@ -521,6 +536,9 @@ #ALLOWHIDDENFILE="/usr/lib/hmaccalc/sha384hmac.hmac" #ALLOWHIDDENFILE="/usr/lib/hmaccalc/sha512hmac.hmac" #ALLOWHIDDENFILE="/usr/sbin/.sshd.hmac" +#ALLOWHIDDENFILE="/usr/share/man/man5/.k5login.5.gz" +#ALLOWHIDDENFILE="/etc/.gitignore" +#ALLOWHIDDENFILE="/etc/.bzrignore" # # Allow the specified processes to use deleted files. The @@ -535,8 +553,10 @@ # characters, but only in the file names. # #ALLOWPROCDELFILE="/sbin/cardmgr /usr/sbin/gpm:/etc/X11/abc" -#ALLOWPROCDELFILE="/usr/libexec/gconfd-2" +#ALLOWPROCDELFILE="/usr/lib/libgconf2-4/gconfd-2" #ALLOWPROCDELFILE="/usr/sbin/mysqld:/tmp/ib*" +#ALLOWPROCDELFILE="/usr/lib/iceweasel/firefox-bin" +#ALLOWPROCDELFILE="/usr/bin/file-roller" # # Allow the specified processes to listen on any network interface. @@ -547,7 +567,6 @@ #ALLOWPROCLISTEN="/sbin/dhclient /usr/bin/dhcpcd" #ALLOWPROCLISTEN="/usr/sbin/pppoe /usr/sbin/tcpdump" #ALLOWPROCLISTEN="/usr/sbin/snort-plain" -#ALLOWPROCLISTEN="/usr/local/bin/wpa_supplicant" # # Allow the specified network interfaces to be in promiscuous mode. @@ -647,7 +666,7 @@ # The option may be specified more than once. The option may use # wildcard characters. # -#STARTUP_PATHS="/etc/rc.d /etc/rc.local" +#STARTUP_PATHS="/etc/init.d /etc/rc.local" # # This setting tells rkhunter the pathname to the file containing the @@ -668,7 +687,7 @@ # NOTE: For *BSD systems you will probably need to use this option # for the 'toor' account. # -#UID0_ACCOUNTS="toor rooty" +#UID0_ACCOUNTS="toor rooty sashroot" # # Allow the following accounts to have no password. NIS/YP entries do @@ -786,7 +805,7 @@ # specified, then RKH will assume the O/S release information is on the # first non-blank line of the file. # -#OS_VERSION_FILE="/etc/release" +#OS_VERSION_FILE="/etc/debian_version" # # The following two options can be used to whitelist files and directories @@ -979,4 +998,6 @@ # of 2 will disable the Ruby 'unhide.rb' program. The default value is 0. To disable # both programs, then disable the 'hidden_procs' test. # -#DISABLE_UNHIDE=0 +DISABLE_UNHIDE=1 + +INSTALLDIR="/usr" debian/patches/10_fix-man.diff0000644000000000000000000000264712110113153013303 0ustar Description: Various fixes for the manpage Author: Julien Valroff Forwarded: no --- a/files/rkhunter.8 +++ b/files/rkhunter.8 @@ -4,11 +4,11 @@ .SH NAME rkhunter \- RootKit Hunter .SH SYNOPSIS -\fBrkhunter\fP {--check | --unlock | --update | --versioncheck | - --propupd [{filename | directory | package name},...] | - --list [tests | {lang | languages} | rootkits | perl | +\fBrkhunter\fP {-\-check | -\-unlock | -\-update | -\-versioncheck | + -\-propupd [{filename | directory | package name},...] | + -\-list [tests | {lang | languages} | rootkits | perl | propfiles] | - --config\-check | --version | --help} [options] + -\-config\-check | -\-version | -\-help} [options] .SH DESCRIPTION \fBrkhunter\fP is a shell script which carries out various checks on the local @@ -134,7 +134,7 @@ on the command\-line and in the configuration files. That is, only the configuration options for tests which would normally run are checked. In order to check all the configured options, then use the \fB--enable all ---disable none\fP options on the command line. Additionally, the program will +-\-disable none\fP options on the command line. Additionally, the program will check to see if there are any unrecognised configuration options. If any configuration problems are found, then they will be displayed and the return code will be set to 1. debian/logrotate0000644000000000000000000000024212110113153011073 0ustar /var/log/rkhunter.log { weekly missingok rotate 4 compress delaycompress notifempty create 640 root adm } debian/install0000644000000000000000000000023012110113153010536 0ustar debian/90rkhunter /etc/apt/apt.conf.d debian/default.conf /usr/share/rkhunter debian/rkhupd.sh /usr/share/rkhunter/scripts debian/templates0000644000000000000000000000217212110113153011075 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: rkhunter/cron_daily_run Type: boolean _Description: Activate daily run of rkhunter? If you choose this option, rkhunter will be run automatically by a daily cron job. Template: rkhunter/cron_db_update Type: boolean _Description: Activate weekly update of rkhunter's databases? If you choose this option, rkhunter databases will be updated automatically by a weekly cron job. Template: rkhunter/apt_autogen Type: boolean Default: false _Description: Automatically update rkhunter's file properties database? The file properties database can be updated automatically by the package management system. . This feature is not enabled by default as database updates may be slow on low-end machines. Even if it is enabled, the database won't be updated if the 'hashes' test is disabled in rkhunter configuration. debian/changelog0000644000000000000000000007013212110113153011027 0ustar rkhunter (1.4.0-3) unstable; urgency=low * Add commented entry to whitelist /usr/bin/unhide.rb as a script (Closes: #695099) * Fix apt.conf snippet syntax - thanks to Axel Beckert (Closes: #697249) -- Julien Valroff Sun, 17 Feb 2013 09:35:46 +0100 rkhunter (1.4.0-2) unstable; urgency=low * Add Slovak translation - thanks to Slavko (Closes: #683677) * Fix bashism in rkhupd.sh (Closes: #690619) -- Julien Valroff Sun, 05 Aug 2012 09:54:40 +0200 rkhunter (1.4.0-1) unstable; urgency=low * New upstream release * Delete patches merged upstream -- Julien Valroff Sat, 26 May 2012 08:41:02 +0200 rkhunter (1.3.8-11) unstable; urgency=low * Backport patch from upstream to add the '--list propfiles' option. This dumps out the file names used to build the file properties database * Add commented entries for etckeeper hidden files and directories (Closes: #655055) * Removed /etc/.initramfs and /etc/.mdadm from the example hidden directories following to the /var/run → /run transition * Update DEP-5 URI to the final location * Also use --appendlog option for the weekly cronjob - thanks to Hannes von Haugwitz (Closes: #661873) * Update to latest policy 3.9.3 -- Julien Valroff Fri, 02 Mar 2012 18:57:38 +0100 rkhunter (1.3.8-10) unstable; urgency=low * Remove all references to now inexistant /dev/.udev* directories in the default configuration (Closes: #644326) * Actually allow deactivation of reports - thanks to Alexander Reichle-Schmehl for the patch (Closes: #647493) -- Julien Valroff Thu, 03 Nov 2011 19:49:55 +0100 rkhunter (1.3.8-9) unstable; urgency=low * Actually recommend unhide.rb or unhide - fix an error in the previous upload (Closes: #643776) -- Julien Valroff Thu, 29 Sep 2011 18:23:50 +0200 rkhunter (1.3.8-8) unstable; urgency=low * Recommend unhide.rb OR unhide * Apply patch from upstream to add support for newer versions of 'file' command when reporting scripts (Closes: #641217) * Stop suggesting libdigest-sha1-perl: the package is obsolete, and is only meant to be used when sha1sum is not installed (it is part of an essential package) * Update DEP-5 uri -- Julien Valroff Sun, 18 Sep 2011 14:50:26 +0200 rkhunter (1.3.8-7) unstable; urgency=low * Point to GPL-2 license text in debian/copyright * Adds upstream changelog to the package (Closes: #625981) * Fix typo in default configuration file (Closes: #625871) -- Julien Valroff Sun, 03 Jul 2011 07:36:32 +0200 rkhunter (1.3.8-6) unstable; urgency=low * Add patch from upstream CVS fixing ALLOWPROCDELFILE behaviour (Closes: #626643) -- Julien Valroff Sat, 14 May 2011 21:57:24 +0200 rkhunter (1.3.8-5) unstable; urgency=low * Fix maintainer address (Closes: #624457) -- Julien Valroff Sun, 08 May 2011 13:51:36 +0200 rkhunter (1.3.8-4) unstable; urgency=low * Upload to unstable -- Julien Valroff Sat, 30 Apr 2011 09:41:01 +0200 rkhunter (1.3.8-3) experimental; urgency=low * Disable rkhunter-propud trigger in case APT_AUTOGEN is enabled * Fix VCS-Browser link -- Julien Valroff Mon, 18 Apr 2011 21:21:26 +0200 rkhunter (1.3.8-2) experimental; urgency=low * First upload as part of the Debian Forensics team: + State the team as maintainer + State myself as uploader + Update the VCS information accordingly * Demote the MTA dependency to recommends (Closes: #604632) * Change it to default-mta | mail-transport-agent (thanks to Jason Heeris * Suggest all packages providing mailx and not only bsd-mailx * Suggest unhide.rb and disable original C unhide in the default configuration for the hidden_procs test in case both commands are installed on the system (Closes: #617846) * Add Danish debconf templates translation - thanks to Joe Hansen (Closes: #605326) * Add rkhunter-propupd trigger * Take into account values from rkhunter.conf.local in maintainer scripts * Update copyright information * Bump debhelper compat to 8 * By default, do not run daily check if running on battery - add powermgmt-base to Suggests * Update to new policy 3.9.2 (no changes needed) -- Julien Valroff Sun, 17 Apr 2011 14:21:27 +0200 rkhunter (1.3.8-1) experimental; urgency=low * New Upstream Version: 24 bug fixes, 29 changes and 18 new items See upstream CHANGELOG for details * Refresh patches for new release * Drop patches merged upstream * Update copyright information * Update my email address * Remove DMUA field, now useless -- Julien Valroff Wed, 17 Nov 2010 06:52:12 +0100 rkhunter (1.3.6-5) unstable; urgency=low * New Debian Policy 3.9.1 (no changes needed) * Replace reference to dhclient3 by dhclient in the default configuration file (Closes: #591055) * Use ucf to manage default file -- Julien Valroff Sat, 09 Oct 2010 21:30:11 +0200 rkhunter (1.3.6-4) unstable; urgency=low * Bump Debian policy version to 3.8.4 * Remove Micah from Uploaders * Switch GIT repository: updated VCS field accordingly * Apply patch kindly sent by Marc Deslauriers to fix some of the false positives in the Xzibit rootkit detection (Closes: #576680) * Update note in README.Debian to only state remaining files -- Julien Valroff Tue, 06 Apr 2010 18:07:53 +0200 rkhunter (1.3.6-3) unstable; urgency=low * Add a note in README.Debian about the hdparm string causing rkhunter to report a possible Xzibit rootkit (Closes: #559696) * Add a note about local configuration file in README.Debian * Make debian/copyright machine-interpretable as per DEP5 * apps test is now disabled by default to avoid warnings about outdated applications * Add a note in README.Debian about IRC daemons triggering warnings (Closes: #562588) -- Julien Valroff Sat, 26 Dec 2009 21:00:54 +0100 rkhunter (1.3.6-2) unstable; urgency=low * Fixed link to FAQ (Closes: #555318) * Now use minimal rules file using dh -- Julien Valroff Sat, 05 Dec 2009 21:51:55 +0100 rkhunter (1.3.6-1) unstable; urgency=low * New upstream release: 29 additions including 9 configuration options and details for 12 rootkits, 29 changes including improvements for 15 rootkit checks and 22 bugfixes (Closes: #518405) See upstream CHANGELOG for more details. * Removed patches merged upstream * New recommends libdigest-sha-perl * Improved postinst script to only run some actions on upgrade or on first install * Added security warnings in README.Debian about potential risk when using automatic database update (Closes: #472295) * Fixed typo in README.Debian (thanks to Holger Levsen ) * Converted source package to 3.0 (quilt) format * Switched to GIT: updated VCS-* fields accordingly -- Julien Valroff Mon, 30 Nov 2009 20:16:56 +0100 rkhunter (1.3.4-7) unstable; urgency=low * Bumped Standards-Version to 3.8.3 * Added patch to ensure /proc/kallsyms is readable, as some security frameworks prevent programs from reading it Thanks to Francois Marier (Closes: #542139) * Added description to patches * Added README.source -- Julien Valroff Wed, 19 Aug 2009 14:29:56 +0200 rkhunter (1.3.4-6) unstable; urgency=low * Fixed non-ascii space in the weekly cronjob - thanks to Thibault VINCENT (Closes: #532213) * Do not recommend libmd5-perl any more: the MD5 Perl module has been deprecated by the Digest::MD5 module (part of the perl package) (Closes: #539018) * Bumped Standards version to 3.8.2 (no changes needed) -- Julien Valroff Tue, 28 Jul 2009 19:00:34 +0200 rkhunter (1.3.4-5) unstable; urgency=low * Fixed non-ascii chars in debian/config (Closes: #528577) * Let the package configure sucessfully on systems using prelink (Closes: #528820) -- Julien Valroff Sun, 17 May 2009 08:43:47 +0200 rkhunter (1.3.4-4) unstable; urgency=low * Updated to new policy 3.8.1 (no changes needed) * Bumped debhelper compat to 7 * Removed deprecated dh_clean -k in favour of dh_prep -- Julien Valroff Sun, 12 Apr 2009 19:12:05 +0200 rkhunter (1.3.4-3) unstable; urgency=low * Fixed bashism in postinst script (Closes: #518936) -- Julien Valroff Mon, 09 Mar 2009 12:09:36 +0100 rkhunter (1.3.4-2) unstable; urgency=low * Added --nolog option when using --propupd (sensibly reduces the time needed to update the database) * Removed wpa_supplicant example entry as it is already automatically "whitelisted" by rkhunter * Added whitelist entry for /usr/share/man/man5/.k5login.5.gz from the krb5-doc package (Closes: #511485) * Added recommends on lsof needed for the running_procs test * Added suggests on tripwire needed for the software intrusions test * Fixed DM-Upload-Allowed field (removed XS- prefix) * Fixed permissions on the DB directory: should be 750 and not 755 * Fixed postinst script to only copy passwd and group files if they are not already there (ie. when installing rkhunter for the first time) -- Julien Valroff Wed, 18 Feb 2009 08:22:22 +0100 rkhunter (1.3.4-1) experimental; urgency=low * New upstream release * Add call to dh_lintian to install lintian overrides -- Julien Valroff Thu, 05 Feb 2009 20:22:38 +0100 rkhunter (1.3.2-7) unstable; urgency=low * Updated Spanish translation - thanks to Francisco Javier Cuadrado (Closes: #506414) * Switched maintainers' roles (Micah as uploader, me as maintainer) -- Julien Valroff Fri, 21 Nov 2008 17:29:53 +0100 rkhunter (1.3.2-6) unstable; urgency=low * Added patch to fix race condition when using --debug option (Closes: #496375) -- Julien Valroff Mon, 25 Aug 2008 18:31:39 +0200 rkhunter (1.3.2-5) unstable; urgency=low * Added patch to allow the databases to be stored on a write protected media (Closes: #48900) -- Julien Valroff Mon, 04 Aug 2008 17:58:58 +0200 rkhunter (1.3.2-4) unstable; urgency=low * Updated Japanese debconf templates translation - Hideki Yamane (Closes: #4489936) * Updated Swedish debconf templates translation - Martin Bagge (Closes: #491783) -- Julien Valroff Tue, 22 Jul 2008 17:50:22 +0200 rkhunter (1.3.2-3) unstable; urgency=low * Fixed typos in 10_monolithic-kernel.dpatch -- Julien Valroff Sun, 15 Jun 2008 09:53:01 +0200 rkhunter (1.3.2-2) unstable; urgency=low * Do not run --propupd if debconf option apt_autogen is set (Closes: #471389) * Added a note about setting DPKG for PKGMGR option taking longer than the default value when running --propupd (Closes: #472114) * Fixed README.Debian about how to disable hashes|attributes tests * Check if module support is enabled before running module tests (Closes: #471808) * Do not ship defaulthashes.dat in the package as not used anymore * Updated to new policy 3.8.0 (no changes needed) * Removed obsolete linda override file * Changed mailx suggest to bsd-mailx -- Julien Valroff Sat, 14 Jun 2008 09:08:56 +0200 rkhunter (1.3.2-1) unstable; urgency=low [Julien Valroff] * New upstream release: bugfixes and improvements (Closes: #470718) + removed patches merged upstream: 10_socklog.dpatch (Closes: #464256) 20_suspscan-fix.dpatch 15_allow-unknown-language.dpatch * Removed $RK_OPT from the daily cron job - all command line options can be set in the configuration file * Fixed postinst script to update the file properties database only if both attributes and hashes tests are enabled * Fixed APT configuration hook to do the same * Updated lintian overrides * Fixed log file permissions so that members of the adm group can read it * Fixed daily cron job so that logs are appended again * Updated Japanes debconf templates translation - Hideki Yamane (Closes: #463248) * Updated copyright information [Micah Anderson] * [debian/README.Debian]: + Fix ALLOWHIDDENFILE and ALLOWHIDDENDIR names -- Julien Valroff Sat, 15 Mar 2008 07:44:45 +0100 rkhunter (1.3.0-3) unstable; urgency=low [ Christian Perrier ] * Debconf templates and debian/control reviewed by the debian-l10n-english team as part of the Smith review project (Closes: #452170) * [Debconf translation updates] * Galician (Closes: #452827) * Basque (Closes: #452944) * Finnish (Closes: #453155) * Italian (Closes: #453339) * Vietnamese (Closes: #453651) * Norwegian Bokmål (Closes: #453854) * Russian (Closes: #455205) * Dutch; Flemish (Closes: #451288, #455242) * Czech (Closes: #455234) * German (Closes: #455268) * Portuguese (Closes: #456367) * French (Closes: #456387) [ Julien Valroff ] * [debian/control]: + Added dependency on binutils instead of recommends (Closes: #448611) + Updates standards version to 3.7.3 (no changes needed) + Added Vcs-* fields + Added DM-Upload-Allowed field to allow me to upload directly the future revisions * Updated cron scripts to add a recipient to the forged e-mail (Closes: #451132) * Applied patch from Francois Marier to take into account the new unhide package (Closes: #455353) * Actually removes the APT configuration hook on purge * Added sashroot to UID0_ACCOUNTS examples (Closes: #457667) * Changed daily cronjob so that it exits with 0 when package is removed (not purged) - thanks to Chris Butler (Closes: #461217) -- Julien Valroff Thu, 17 Jan 2008 17:57:47 +0100 rkhunter (1.3.0-2) unstable; urgency=low [ Micah Anderson ] * Fix typos in README.Debian (Closes: #443945) [ Julien Valroff ] * Bumped debian/compat and debhelper to version 5 * Applied patch from SVN to recognize socklog as syslog daemon - thanks to Bastian Kleineidam (Closes: #444382) * Applied patch from SVN improving error msg about unsupported languages, and added warning to the config file (Closes: #443941) * [debian/README.Debian]: (Closes: #445449) + Added a note about running rkhunter on a system with a monolithic linux kernel or in a vserver instance + Added an entry about sash causing a UID=0 warning + Added notes about third party tools supported by rkhunter, but not (yet) included in Debian * Only run rkhunter --propupd at configure time if the hashes test is not disabled * Added Recommends: for wget alternatives (curl|links|elinks|lynx), updated README.Debian and weekly cronjob (Closes: #443942) * [debian/patch/05_custom_conffile.dpatch]: + Updated to fix a typo in upstream configuration file (s/XINETD/INETD) + Added some more examples for INETD_ALLOWED_SVC and ALLOWPROCDELFILE thanks to Moritz Naumann (Closes: #443946) * Applied patch from SVN to fix false positive when running filesystem check after a suspscan test (Closes: #443943) * Weekly cronjob now issues a warning when no supported download tool is found (Closes: #445663) * Improved the cron scripts as suggested by Jörg Sommer (Closes: #445662) * Added an APT configuration file allowing the file properties database to be updated after each install or remove. Added a debconf template to allow the feature to be enabled/disabled - thanks to Jörg Sommer for suggesting this (Closes: #445661) * Added hostname to email reports subject line (Closes: #445791) * [debian/rules]: + Added debconf-updatepo call in the clean target to make sure all PO files are updated whenever the templates file is (also changed po-debconf to build-depends) * Moved Homepage to own field (from pseudo-field in long description) * Updated Galician debconf templates translation - Jacobo Tarrio (Closes: #447938) -- Julien Valroff Thu, 25 Oct 2007 20:26:56 +0200 rkhunter (1.3.0-1) unstable; urgency=low * New upstream release: + New command-line option '--propupd' replaces 'hashupd.sh'. + New command-line option '--hash' to select the hash function command for the file hash value check and the properties update. + Added support for Debian based systems, and the 'dash' and 'ash' shells. + Added basic internationalization (i18n) functionality. + Added two new command-line and configuration file options, '-- enable' and '--disable' to specify which tests are to be carried out and which are to be ignored. + Application version numbers can now be whitelisted. This caters for those distributions that may patch a 'known bad' version, but without updating the original version number. * [debian/patches]: + Updated patches for new release + Removed most of the patches (useless or added upstream) * [ debian/postinst]: + run rkhunter --propupd at configure time + copy password and group files in the temporary directory to avoid warnings when rkhunter is first run * [ debian/postrm ]: + make sure that all the directories are remove on purge (and only on purge) * Exclude /var/lib/rkhunter/db/* from dh_md5sums (Closes: #424739) * [debian/control]: + Now recommends iproute -- Julien Valroff Sun, 23 Sep 2007 11:25:55 +0200 rkhunter (1.2.9-5) unstable; urgency=low * Moved --check-listen option to /etc/default/rkhunter * Fixed FTBFS if built twice in a row (Closes: #424287) -- Julien Valroff Wed, 16 May 2007 20:13:49 +0200 rkhunter (1.2.9-4) unstable; urgency=low * Added dhclient3 to ALLOWPROCLISTEN examples (Closes: #411371) * Added Galician debconf templates translation - Jacobo Tarrio (Closes: #414114) * Added Dutch debconf templates translation - Bart Cornelis (Closes: #414759) * Added Brazilian Portuguese debconf templates translation - Herbert P Fortes Neto (Closes: #417586) * Updated German debconf templates translation - Matthias Julius (Closes: #411217) * Lowered dependency on wget to recommend and documented this change in README.Debian (Closes: #330384) * Added lintian override for non-standard directory permission * Added linda override * debian/README.Debian: + changed FAQ location + fixed typo + made the structure clearer * debian/patches/08_update_manpage.patch: fixed typo * Fixed /etc/default/rkhunter permission -- Julien Valroff Mon, 23 Apr 2007 19:18:04 +0200 rkhunter (1.2.9-3) unstable; urgency=low * Added suggest to mailx to send reports generated by rkhunter * Added niceness priority setting in /etc/default/rkhunter default value is 0 which means no change (Closes: #398548) * Unactivated hashes check in daily cron job and documented this in README.Debian (Closes: #396501) * Added --check-listen option to standard daily cron job * Added recommend to binutils (Closes: #399040) * Added Japanese Debconf translation - Hideki Yamane (Closes: #400438) * Added German Debconf Translation - Matthias Julius (Closes: #400475) * Added Spanish Debconf Translation - Javier Ruano (Closes: #404614) * Added patch to update man page so that it includes all the available options and parameters (Closes: #403861) * Made rkhunter tmp dir readable by root only * Fixed postrm script to empty tmp dir on remove/purge -- Julien Valroff Thu, 8 Feb 2007 18:49:21 +0100 rkhunter (1.2.9-2) unstable; urgency=low * Added patch to ship the package with only updated mirrors * Added patch to fix output when dash is linked to dash (Closes: #330930) -- Julien Valroff Sun, 22 Oct 2006 09:58:10 +0200 rkhunter (1.2.9-1) unstable; urgency=low * New upstream release (Closes: #390268) + New upstream maintainance team + Added check for packet capturing applications + Added check for processes using deleted files + Bugfixes and improvements * Removed/updated Debian patches for new release * debian/control: + added Homepage: pseudo-header * debian/watch + updated for new project homepage + updated for version 3 * Fixed non-standard perms on check_update.sh script * Added /dev/.initramfs to the list of false positives in README.Debian (Closes: #381006) * Added Portuguese Debconf translation - Luísa Lourenço (Closes: #381723) -- Julien Valroff Sat, 30 Sep 2006 12:54:26 +0200 rkhunter (1.2.8-5) unstable; urgency=low * Fixed check of presence of SHAREDIR variable in configuration file - thanks to Mark van Eijk (Closes: #369672) * Added patch to fix typos in man page (Closes: #369436) * Fixed support of Debian architectures - patch from Matt Taggart (Closes: #370643) * Now depends on mail-transport-agent instead of mailx and uses /usr/sbin/sendmail in daily/weekly cron jobs (Closes: #377129) * Update standards version to 3.7.2 (no changes) -- Julien Valroff Fri, 7 Jul 2006 09:38:02 +0200 rkhunter (1.2.8-4) unstable; urgency=low [Julien Valroff] * Added all Debian supported architectures to os.dat (Closes: #360707) * Added commented entries in rkhunter.conf for udev (Closes: #360071) * Now intalls db files to be only readable by root * Added GPL license blob to debian/copyright * Moved shared scripts from /usr/lib to /usr/share (due to arch: all) * Added dependency to net-tools * Bumped Standards-Version to 3.7.0, no further changes required [Micah Anderson] * Changed Build-depends-Indep to Build-depends to conform to new lintian strict errors -- Micah Anderson Wed, 5 Apr 2006 00:47:43 -0400 rkhunter (1.2.8-3) unstable; urgency=low * Fixed debian/rules and debian/control for 'arch: all' -- Julien Valroff Sat, 25 Mar 2006 01:48:05 +0100 rkhunter (1.2.8-2) unstable; urgency=low * Removed broken mirrors * Added debian/testing amd64 entry to os.dat (Closes: #356642) * Changed architecture to all (Closes: #357451) -- Julien Valroff Sun, 5 Mar 2006 08:40:29 +0100 rkhunter (1.2.8-1) unstable; urgency=low * Upgraded to new release * Removed mirror 7 (Closes: #346503) * Fixed hash/dash mixup (Closes: #340382) -- Micah Anderson Tue, 14 Feb 2006 20:17:51 -0500 rkhunter (1.2.7-16) unstable; urgency=low * Updated weekly cronjob to only send errors of database updates unless you set DB_UPDATE_EMAIL in /etc/default/rkhunter to "yes". (Closes: #332261) * Updated /etc/default/rkhunter to allow for reports and updates to be sent to other email addresses (defaults to root) * Added French translation - Sylvain Archenault (Closes: #333563) * Added patch to escape the dot of filenames for the egrep call (Bastian Kleineidam ) (Closes: #334518) * debian/control: + Added dependency to perl + recommends libmd5-perl -- Micah Anderson Wed, 5 Oct 2005 17:08:18 -0400 rkhunter (1.2.7-15) unstable; urgency=low * Fixed typos in postinst script * Changed postinst script not to use sed '--in-place' option (Closes: #330693) * Added a note in README.Debian about packages known to set off false alarms * Updated debconf templates (Closes: #331469) * Added Swedish translation - Daniel Nylander (Closes: #331296) * Updated Swedish translation - Daniel Nylander (Closes: #331603) * Added Czech translation - Miroslav Kure (Closes: #331467) -- Julien Valroff Fri, 30 Sep 2005 06:56:55 +0200 rkhunter (1.2.7-14) unstable; urgency=low * Fixed insecure file creation in cronjob, thanks to Thomas Prokosch (Closes: #330627) -- Micah Anderson Wed, 28 Sep 2005 20:33:12 -0400 rkhunter (1.2.7-13) unstable; urgency=low [ Julien Valroff] * Changed cron scripts not to use source bash built-in command (Closes: #330067) * Changed daily cron script to send reports only on warnings (Closes: #330127) * Changed README.Debian to reflect the changes made to cron scripts (Closes: #330068) * Changed default so that weekly database update and daily run can be enabled/disabled independently * Added debconf templates to enable/disable the cronjobs (Closes: #329624) * Added myself as co-maintainer [ Micah Anderson ] * Changed debian/control to Depend on ${misc:Depends} instead of debconf, this generates proper debconf dependencies. * Added || true to the end of the db_go in debian/config to prevent the script from dying if debconf can't display a question, or the user tries to back up. -- Julien Valroff Sun, 25 Sep 2005 20:13:11 +0200 rkhunter (1.2.7-12) unstable; urgency=low * Changed README.Debian to spell default properly (Closes: #329315) * Added cron.daily to do the rkhunter check daily, removed the weekly check and made it update the database weekly instead. (Closes: #329411) -- Micah Anderson Thu, 22 Sep 2005 07:08:33 -0400 rkhunter (1.2.7-11) unstable; urgency=low * Build for upload (Closes: #243938) * Updated debian/rules to remove unused targets and noops * Updated debian/rules to install the upstream changelog and the /etc/default file using debhelper scripts, removed unused debhelper scripts * Updated debian/control to build-depend on dpatch and debian/rules to pull-in appropriate dpatch pieces * Updated debian/control, tightened up the description -- Micah Anderson Sat, 3 Sep 2005 18:14:05 -0500 rkhunter (1.2.7-10) unstable; urgency=low * Modified 01_installer.dpatch: - fixed the INSTALLDIR value in rkhunter.conf - fixed path to documentation in some translations * Moved db and tmp directories to /var/lib/rkhunter (added a note in README.Debian about that) -- Julien Valroff Tue, 23 Aug 2005 21:47:48 +0200 rkhunter (1.2.7-9) unstable; urgency=low * Fixed INSTALLDIR value in rkhunter.conf (Zak Kipling ) -- Julien Valroff Tue, 23 Aug 2005 19:39:32 +0200 rkhunter (1.2.7-8) unstable; urgency=low * Minor fixes to pass lintian tests -- Julien Valroff Tue, 16 Aug 2005 13:35:08 +0200 rkhunter (1.2.7-7) unstable; urgency=low * Renamed installer patch name -- Julien Valroff Sun, 7 Aug 2005 10:30:09 +0200 rkhunter (1.2.7-6) unstable; urgency=low * Cleaned up source packages -- Julien Valroff Thu, 4 Aug 2005 22:49:15 +0200 rkhunter (1.2.7-5) unstable; urgency=low * Added missing logrotate entry -- Julien Valroff Mon, 1 Aug 2005 18:04:44 +0200 rkhunter (1.2.7-4) unstable; urgency=low * Upload to unstable -- Julien Valroff Thu, 14 Jul 2005 07:34:55 +0200 rkhunter (1.2.7-3) experimental; urgency=low * Fixed bug with cron job * Fixed dependency to mailx for report -- Julien Valroff Tue, 12 Jul 2005 18:07:18 +0200 rkhunter (1.2.7-2) unstable; urgency=low * Added weekly cron job * Fixed removing process (failed because non-empty tmp dir) -- Julien Valroff Mon, 11 Jul 2005 20:54:09 +0200 rkhunter (1.2.7-1) unstable; urgency=low * New upstream release -- Julien Valroff Mon, 11 Jul 2005 20:22:47 +0200 rkhunter (1.1.9-1) unstable; urgency=low * Initial Release. (Closes: #243938) -- Emanuele Rocca Wed, 5 Jan 2005 14:04:00 +0100 debian/control0000644000000000000000000000253612110113153010563 0ustar Source: rkhunter Section: admin Priority: optional Maintainer: Debian Forensics Uploaders: Julien Valroff Build-Depends: debhelper (>= 8), po-debconf Standards-Version: 3.9.3 Homepage: http://rkhunter.sourceforge.net Vcs-Browser: http://git.debian.org/?p=forensics/rkhunter.git;a=summary Vcs-Git: git://git.debian.org/forensics/rkhunter.git Package: rkhunter Architecture: all Pre-Depends: debconf (>= 0.5) | debconf-2.0 Depends: file, net-tools, binutils, ucf (>= 0.28), ${perl:Depends}, ${misc:Depends} Recommends: default-mta | mail-transport-agent, wget | curl | links | elinks | lynx, iproute, unhide.rb | unhide, lsof Suggests: bsd-mailx | mailutils | heirloom-mailx | mailx, tripwire, libdigest-whirlpool-perl, liburi-perl, libwww-perl, powermgmt-base Description: rootkit, backdoor, sniffer and exploit scanner Rootkit Hunter scans systems for known and unknown rootkits, backdoors, sniffers and exploits. . It checks for: - MD5 hash changes; - files commonly created by rootkits; - executables with anomalous file permissions; - suspicious strings in kernel modules; - hidden files in system directories; and can optionally scan within files. . Using rkhunter alone does not guarantee that a system is not compromised. Running additional tests, such as chkrootkit, is recommended. debian/triggers0000644000000000000000000000003212110113153010716 0ustar interest rkhunter-propupd debian/cron.weekly0000644000000000000000000000330212110113153011333 0ustar #!/bin/sh RKHUNTER=/usr/bin/rkhunter test -x $RKHUNTER || exit 0 # source our config . /etc/default/rkhunter case "$CRON_DB_UPDATE" in [YyTt]*) if [ ! -x /usr/bin/wget ] && [ ! -x /usr/bin/curl ] && [ ! -x /usr/bin/links ] && \ [ ! -x /usr/bin/elinks ] && [ ! -x /usr/bin/lynx ]; then echo "No tool with which to download rkhunter updates was found on your system. Please install wget, curl, (e)links or lynx" exit 1 fi OUTFILE=`mktemp` || exit 1 case "$DB_UPDATE_EMAIL" in [YyTt]*) ( echo "Subject: [rkhunter] $(hostname -f) - Weekly database update" echo "To: $REPORT_EMAIL" echo "" $RKHUNTER --versioncheck --nocolors --appendlog $RKHUNTER --update --nocolors --appendlog ) | /usr/sbin/sendmail $REPORT_EMAIL ;; *) $RKHUNTER --versioncheck --appendlog 1>/dev/null 2>$OUTFILE $RKHUNTER --update --appendlog 1>/dev/null 2>>$OUTFILE ;; esac if [ -s "$OUTFILE" ]; then ( echo "Subject: [rkhunter] $(hostname -f) - Weekly rkhunter database update" echo "To: $REPORT_EMAIL" echo "" cat $OUTFILE ) | /usr/sbin/sendmail $REPORT_EMAIL fi rm -f $OUTFILE ;; *) exit 0 ;; esac debian/po/0000755000000000000000000000000012110113153007570 5ustar debian/po/vi.po0000644000000000000000000000535612110113153010557 0ustar # Vietnamese translation for RK Hunter. # Copyright © 2007 Free Software Foundation, Inc. # Clytie Siddall , 2007 # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.0-3\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-30 22:13+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7b1\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Khởi chạy tiến trình rkhunter hàng ngày không?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Bật tùy chọn này thì rkhunter sẽ được chạy tự động bởi công việc định thời " "(cron) hàng ngày." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "" "Khởi chạy tiến trình cập nhật hàng tuần các cơ sở dữ liệu rkhunter không?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Bật tùy chọn này thì các cơ sở dữ liệu rkhunter sẽ được cập nhật tự động bởi " "công việc định thời (cron) hàng tuần." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Tự động cập nhật cơ sở dữ liệu thuộc tính tập tin của rkhunter không?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Hệ thống quản lý gói có khả năng tự động cập nhật cơ sở dữ liệu thuộc tính " "tập tin." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Tính năng này bị tắt theo mặc định, vì tiến trình cập nhật cơ sở dữ liệu có " "thể chạy chậm trên máy tính sản phẩm cấp thấp. Bật nó thì vẫn còn không cập " "nhật cơ sở dữ liệu nếu sự thử « hashes » bị tắt trong cấu hình của rkhunter." debian/po/pt_BR.po0000644000000000000000000000424312110113153011141 0ustar # rkhunter Brazilian Portuguese translation. # Copyright (C) 2005 rkhunter's PACKAGE COPYRIGHT HOLDER # This file is distributed under the same license as the rkhunter package. # Herbert Parentes Fortes Neto (hpfn) , 2006. # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.2.9\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-01-21 14:05-0300\n" "Last-Translator: Herbert Parentes Fortes Neto \n" "Language-Team: l10n portuguese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "pt_BR utf-8\n" #. Type: boolean #. Description #: ../templates:2001 #, fuzzy msgid "Activate daily run of rkhunter?" msgstr "Ativar execução diária?" #. Type: boolean #. Description #: ../templates:2001 #, fuzzy msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Escolha esta opção se quiser que o rkhunter seja executado automaticamente " "via cron.daily." #. Type: boolean #. Description #: ../templates:3001 #, fuzzy msgid "Activate weekly update of rkhunter's databases?" msgstr "Ativar atualização semanal da base de dados?" #. Type: boolean #. Description #: ../templates:3001 #, fuzzy msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Escolha esta opção se quiser que a base de dados do rkhunter seja atualizada " "automaticamente via cron.weekly." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" debian/po/nb.po0000644000000000000000000000473612110113153010541 0ustar # translation of templates.pot_[9OYfAb].po to Norwegian Bokmål # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Bjørn Steensrud , 2007. msgid "" msgstr "" "Project-Id-Version: templates.pot_[9OYfAb]\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-01 18:48+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Skal rkhunter kjøres daglig?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "Hvis dette velges, så blir rkhunter kjørt hver dag med en cron-jobb." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Skal rkhunters databases oppdateres ukentlig?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Hvis dette velges, så blir rkhunters databaser oppdatert automatisk med en " "ukentlig cron-jobb." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Skal rkhunters database over filegenskaper oppdateres automatisk?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Pakkebehandligssystemet kan automatisk oppdatere databasen over " "filegenskaper." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Dette er ikke skrudd på som standard, fordi database-oppdateringer kan gå " "langsomt på enkle maskiner. Selv om det er skrudd på, så blir ikke databasen " "oppdatert hvis «hashes»-testen er skrudd av i rkhunters oppsett." debian/po/cs.po0000644000000000000000000000474112110113153010543 0ustar # Czech translation of rkhunter debconf messages. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the rkhunter package. # Miroslav Kure , 2005-2007. # msgid "" msgstr "" "Project-Id-Version: rkhunter\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-08 14:42+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Povolit denní spouštění rkhunteru?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Zvolíte-li tuto možnost, rkhunter se bude skrze cron spouštět automaticky " "každý den." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Povolit týdenní aktualizaci databáze rkhunteru?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Zvolíte-li tuto možnost, databáze rkhunteru se budou aktualizovat " "automaticky každý týden." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Automaticky aktualizovat databázi rkhunteru obsahující atributy souborů?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Balík si může automaticky aktualizovat databázi obsahující atributy souborů." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Tato vlastnost není standardně povolena, protože aktualizace databází může " "na pomalých počítačích trvat velmi dlouho. Aktualizace se neprovede ani v " "případě, když ji zde povolíte, ale v konfiguračním souboru zakážete test " "„hashes“." debian/po/it.po0000644000000000000000000000515112110113153010546 0ustar # Italian translation of the rkhunter debconf templates # This file is distributed under the same license as the rkhunter package # Copyright (C) 2007 Free Software Foundation, Inc. # Luca Monducci , 2007. # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.0 PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-27 21:53+0100\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Attivare l'esecuzione giornaliera di rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Se si accetta, rkhunter verrà eseguito automaticamente da un lavoro " "quotidiano di cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Attivare l'aggiornamento settimanale del database di rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Se si accetta, il database di rkhunter verrà aggiornato automaticamente da " "un lavoro settimanale di cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Aggiornare automaticamente il database di rkhunter delle proprietà dei file?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Il database con le proprietà dei file può essere aggiornato automaticamente " "dal sistema di gestione dei pacchetti." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Nella configurazione predefinita questa funzionalità non è attiva perché gli " "aggiornamenti del database potrebbero essere lenti su macchine di fascia " "bassa. Inoltre anche se attiva il database non verrà aggiornato qualora il " "test \"hashes\" sia disabilitato nella configurazione di rkhunter." debian/po/ja.po0000644000000000000000000000523712110113153010531 0ustar # Copyright (C) 2006 Micah Anderson # This file is distributed under the same license as the rkhunter package. # Hideki Yamane , 2006-2008. # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.2-3\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2008-07-08 19:26+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "rkhunter を毎日実行しますか?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "このオプションを選んだ場合、rkhunter は毎日の cron ジョブによって自動的に実行" "されます。" #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "rkhunter のデータベース更新を毎週行いますか?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "このオプションを選んだ場合、rkhunter のデータベースは毎週の cron ジョブによっ" "て自動的に更新されます。" #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "rkhunter のファイルプロパティデータベースを自動的に更新しますか?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "ファイルプロパティデータベースは、パッケージマネジメントシステムによって自動" "的に更新できます。" #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "ローエンドのマシンではデータベースの更新が遅いため、この機能はデフォルトでは" "有効になっていません。この機能を有効にしても、rkhunter の設定中で 'hashes' テ" "ストが無効になっているとデータベースは更新されません。" debian/po/sv.po0000644000000000000000000000523612110113153010566 0ustar # Swedish translation of rkhunter. # Copyright (C) 2005 THE rkhunter'S COPYRIGHT HOLDER # This file is distributed under the same license as the rkhunter package. # Daniel Nylander , 2005. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.2.7-14\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2008-07-21 19:32+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Aktivera dagliga krningar?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Vlj detta om du vill att rkhunter ska kras dagligen, automatiskt via cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Aktivera databasuppdateringar per vecka?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Vlj detta om du vill att rkhunter ska uppdateras veckovis, automatiskt via " "cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Uppdatera rkhunters databas ver filer automatiskt?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Databasen ver filer kan uppdateras automatiskt av pakethanteringssystemet." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Denna funktion r inte aktiverad som standard f databasuppdateringar kan " "vara lngsamma p lgpresterande maskiner. ven om funktionen r aktiverad " "s kommer inte databasen att bli updaterad om testet 'hashes' r avaktiverat " "i instllningarna fr rkhunter." #~ msgid "Say yes if you want to run rkhunter tests every day." #~ msgstr "Säg ja om du vill att rkhunter ska testa ditt system varje dag." #~ msgid "Say yes if you want to update rkhunter database every week." #~ msgstr "Säg ja om du vill uppdatera rkhunters databas varje vecka." debian/po/eu.po0000644000000000000000000000461512110113153010547 0ustar # translation of rkhunter-templates.po to Euskara # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Piarres Beobide , 2007. msgid "" msgstr "" "Project-Id-Version: rkhunter-templates\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-26 09:04+0000\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Eguneroko rkhunter exekuzioa gaitu?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Aukera hau hautatuaz rkhunter egunero cron lan batez bidez abiaraziko da." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Asteroko rkhunter datubase eguneraketa gaitu?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Aukera hau hautatuaz rkhunter datubaseak astero cron lan batez bidez " "eguneratuko da." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Automatikoki eguneratu rkhunter fitxategi propietate datubasea?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Fitxategi propietate datubasea pakete kudeaketa sistemak automatikoki " "eguneratu dezake." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Ezaugarri hau ez dago gaiturik lehenespen bezala makina geldoetan lan handia " "izan daiteke eta. Nahiz gaiturik egon, datubasea ez da eguneratuko rkhunter " "konfigurazioan 'hasesh' testa ezgaitzen bada." debian/po/fr.po0000644000000000000000000000540112110113153010537 0ustar # French translation of rkhunter. # Copyright (C) 2005 THE rkhunter'S COPYRIGHT HOLDER # This file is distributed under the same license as the rkhunter package. # # Sylvain Archenault , 2005. # Christian Perrier , 2007. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-12 01:13+0530\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Faut-il exécuter rkhunter quotidiennement ?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Si vous choisissez cette option, rkhunter sera automatiquement exécuté par " "une tâche quotidienne de cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Faut-il activer la mise à jour hebdomadaire de la base de données ?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Si vous choisissez cette option, les bases de données de rkhunter seront " "automatiquement mises à jour par une tâche hebdomadaire de cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Faut-il activer la mise à jour de la base de données des propriétés de " "fichiers de rkhunter ?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "La base de données des propriétés de fichiers peut être mise à jour " "automatiquement par le système de gestion des paquets." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Cette fonctionnalité n'est pas activée par défaut car la mise à jour de la " "base de données peut être lente sur des matériels peu performants. Même " "lorsqu'elle est activée, la base de données ne sera pas mise à jour si le " "test « hashes » est désactivé dans la configuration de rkhunter." debian/po/pt.po0000644000000000000000000000506612110113153010562 0ustar # Portuguese translation for rkhunter debconf messages. # This file is distributed under the same license as the rkhunter package. # Luísa Lourenço , 2006. # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.2.8-5\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-14 23:26+0000\n" "Last-Translator: Luísa Lourenço \n" "Language-Team: Native Portuguese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Activar execução diária do rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Caso escolha esta opção, o rkhunter irá ser executado automaticamente " "através deum job diário do cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Activar actualização semanal da base de dados do rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Caso escolha esta opção, a base de dados do rkhunter irá ser actualizada " "automaticamente através de um job semanal do cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Actualizar automaticamente a base de dados das propriedades do ficheiro do " "rkhunter?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "A base de dados das propriedades do ficheiro pode ser actualizada " "automaticamente pelo sistema de gestão de pacotes." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Esta funcionalidade não está activada por omissão visto que actualizações à " "base de dados podem ser lentas em máquinas fracas. Mesmo que esteja " "activada, a base de dados não será actualizada se o teste 'hashes' estiver " "desactivado na configuração do rkhunter." debian/po/da.po0000644000000000000000000000464712110113153010527 0ustar # Danish translation rkhunter. # Copyright (C) 2010 rkhunter & nedenstående oversættere. # This file is distributed under the same license as rkhunter package. # Joe Hansen , 2010. # msgid "" msgstr "" "Project-Id-Version: rkhunter\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2010-11-28 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Aktiver daglig kørsel af rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Hvis du vælger denne indstilling, vil rkhunter køre automatisk via et " "dagligt cronjob." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Aktiver ugentlig opdatering af rkhunters databaser?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Hvis du vælger denne indstilling, vil rkhunters databaser blive opdateret " "automatisk af et ugentligt cronjob." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Opdater automatisk rkhunters database for filegenskaber?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Databasen for filegenskaber kan automatisk opdateres af " "pakkehåndteringssystemet." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Denne funktion er ikke aktiveret som standard, da databaseopdateringer kan " "gå langsomt på mindre maskiner. Selv hvis den er aktiveret, vil databaserne " "ikke blive opdateret, hvis testen »hashes« er deaktiveret i " "rkhunter-konfigurationen." debian/po/templates.pot0000644000000000000000000000332612110113153012316 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" debian/po/ru.po0000644000000000000000000000611612110113153010562 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2007. msgid "" msgstr "" "Project-Id-Version: 1.3.0-3\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-28 21:19+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Включить ежедневный запуск rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Если ответить положительно, то rkhunter будет запускаться автоматически " "каждый день из задания cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Включить еженедельное обновление баз данных rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Если ответить положительно, то базы данных rkhunter будут обновляться " "автоматически каждую неделю из задания cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Обновлять автоматически базу данных свойств файлов rkhunter?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "База данных свойств файлов может обновляться автоматически системой " "управления пакетами." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Эта возможность по умолчанию выключена, так как обновление базы данных может " "замедлить работу слабых машин. Даже при включении база данных не будет " "обновляться, если тест 'hashes' выключен в конфигурации rkhunter." debian/po/sk.po0000644000000000000000000000523012110113153010545 0ustar # Slovak translations for rkhunter package # Slovenské preklady pre balík rkhunter. # Copyright (C) 2012 THE rkhunter'S COPYRIGHT HOLDER # This file is distributed under the same license as the rkhunter package. # Automatically generated, 2012. # Slavko , 2012. # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.4.0-1\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2012-08-02 19:03+0200\n" "Last-Translator: Slavko \n" "Language-Team: slovenčina \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-POFile-SpellExtra: cron hashes rkhunter\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Aktivovať každodenné spustenie rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Ak zvolíte túto možnosť, bude rkhunter automaticky spustený z dennej úlohy " "cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Aktivovať týždenné aktualizácie databáz rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Ak zvolíte túto voľbu, databázy rkhunter budú automaticky aktualizované z " "týždennej úlohy cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Automaticky aktualizovať databázu súboru vlastností rkhunter?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Databáza súboru vlastností môže byť automaticky aktualizovaná pomocou " "systému správy balíkov." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "Táto vlastnosť predvolene nie je zapnutá, pretože aktualizácia databázy môže byť na slabých strojoch pomalá. Dokonca, i keď je aktivovaná, databáza nebude aktualizovaná, ak je v nastavení rkhunter vypnutý test „hashes”." debian/po/fi.po0000644000000000000000000000456312110113153010536 0ustar msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.0-3\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-27 20:10+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Aktivoidaanko rkhunterin päivittäinen ajo?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Jos valitset tämän vaihtoehdon, rkhunter ajetaan päivittäin automaattisesti " "cron-työnä." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Aktivoidaanko rkhunterin tietokantojen viikottainen päivitys?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Jos valitset tämän vaihtoehdon, rkhunterin tietokannat päivitetään " "automaattisesti viikottain cron-työnä." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Päivitetäänkö rkhunterin tiedosto-ominaisuustietokanta automaattisesti?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Tiedosto-ominaisuustietokanta voidaan päivittää automaattisesti " "pakettienhallintajärjestelmän avulla." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Tämä ominaisuus ei ole oletuksena aktivoitu, koska tietokantapäivitykset " "saattavat olla hitaita tehottomilla koneilla. Vaikka tämä olisi aktivoituna, " "tietokantoja ei päivitetä, jos 'hashes'-testi on passivoitu rkhunterin " "asetuksissa." debian/po/es.po0000644000000000000000000000727512110113153010552 0ustar # rkhunter po-debconf translation to Spanish # Copyright (C) 2006, 2008 Software in the Public Interest # This file is distributed under the same license as the rkhunter package. # # Changes: # - Initial translation # Javier Ruano Ruano , 2006 # # - Updates # Francisco Javier Cuadrado, 2008 # # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # Si tiene dudas o consultas sobre esta traducción consulte con el último # traductor (campo Last-Translator) y ponga en copia a la lista de # traducción de Debian al epañol () # msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.2-6\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2008-11-11 09:15+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian L10n Spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "¿Desea activar la ejecución diaria de rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Si elige esta opción, rkhunter se ejecutará automáticamente mediante una " "tarea diaria de cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "" "¿Desea activar la actualización semanal de la base de datos de rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Si selecciona esta opción, las bases de datos de rkhunter se actualizarán de " "forma automática por medio de una tarea semanal de cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "¿Actualizar la base de datos de las propiedades de archivos de rkhunter " "automáticamente?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "La base de datos de las propiedades de archivos se puede actualizar " "automáticamente mediante el sistema de gestión del paquete." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Esta característica no está activada de manera predeterminada, ya que las " "actualizaciones de la base de datos pueden ser lentas en máquinas antiguas. " "Incluso si está activada, la base de datos no se actualizará si el test de " "«hashes» está desactivado en la configuración de rkhunter." debian/po/de.po0000644000000000000000000000504612110113153010525 0ustar # translation of po-debconf template to German # This file is distributed under the same license as the rkhunter package. # Copyright: # # (C) Matthias Julius , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: rkhunter 1.3.0-3\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-08 23:58-0500\n" "Last-Translator: Matthias Julius \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Tägliche Ausführung von Rkhunter aktivieren?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Falls Sie diese Option wählen, führt ein Cron-Job Rkhunter täglich " "automatisch aus." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Wöchentliche Aktualisierung der Datenbanken Rkhunters aktivieren?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Falls Sie diese Option wählen, aktualisiert ein Cron-Job die Rkhunter-" "Datenbanken wöchentlich automatisch." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "Rkhunters Datenbank für Dateieigenschaften automatisch aktualisieren?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Die Paketverwaltung kann die Datenbank für Dateieigenschaften automatisch " "aktualisieren." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Diese Funktion ist in der Voreinstellung nicht aktiviert, da die " "Aktualisierung der Datenbank auf einfachen Maschinen langsam sein kann. " "Selbst wenn sie aktiviert ist, wird die Datenbank nicht aktualisiert, falls " "der 'hashes'-Test in der Rkhunter-Konfiguration deaktiviert ist." debian/po/nl.po0000644000000000000000000000500512110113153010541 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: rkhunter\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-12-09 13:41+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "Wilt u rkhunter dagelijks uitvoeren?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Als u deze optie kiest zal rkhunter dagelijks uitgevoerd worden via een " "dagelijkse cron-taak." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "Wilt u rkhunter wekelijks uitvoeren?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Als u deze optie kiest zal rkhunter de databases wekelijks bijwerken via een " "wekelijkse cron-taak." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "Wilt u dat rkhunter's database met bestandseigenschappen automatisch " "bijgewerkt wordt?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "De database met bestandseigenschappen kan automatisch bijgewerkt worden door " "het pakketbeheersystem. " #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Omdat het bijwerken van de database traag kan zijn op oudere of minder zware " "systemen is dit standaard niet ingeschakeld. Zelfs wanneer ingeschakeld zal " "de database niet bijgewerkt worden als de 'hashes'-test uitgeschakeld is in " "de configuratie van rkhunter." debian/po/gl.po0000644000000000000000000000505412110113153010536 0ustar # Galician translation of rkhunter's debconf templates # This file is distributed under the same license as the rkhunter package. # Jacobo Tarrio , 2007. # msgid "" msgstr "" "Project-Id-Version: rkhunter\n" "Report-Msgid-Bugs-To: Source: rkhunter@packages.debian.org\n" "POT-Creation-Date: 2007-12-12 01:13+0530\n" "PO-Revision-Date: 2007-11-25 14:24+0000\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:2001 msgid "Activate daily run of rkhunter?" msgstr "¿Activar a execución diaria de rkhunter?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "If you choose this option, rkhunter will be run automatically by a daily " "cron job." msgstr "" "Se escolle esta opción, rkhunter hase executar automaticamente mediante unha " "tarefa diaria de cron." #. Type: boolean #. Description #: ../templates:3001 msgid "Activate weekly update of rkhunter's databases?" msgstr "¿Activar a actualización semanal das bases de datos de rkhunter?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "If you choose this option, rkhunter databases will be updated automatically " "by a weekly cron job." msgstr "" "Se escolle esta opción, as bases de datos de rkhunter hanse actualizar " "automaticamente mediante unha tarefa semanal de cron." #. Type: boolean #. Description #: ../templates:4001 msgid "Automatically update rkhunter's file properties database?" msgstr "" "¿Actualizar automaticamente a base de datos de propiedades dos ficheiros de " "rkhunter?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The file properties database can be updated automatically by the package " "management system." msgstr "" "Pódese actualizar automaticamente a base de datos de propiedades dos " "ficheiros mediante o sistema de xestión de paquetes." #. Type: boolean #. Description #: ../templates:4001 msgid "" "This feature is not enabled by default as database updates may be slow on " "low-end machines. Even if it is enabled, the database won't be updated if " "the 'hashes' test is disabled in rkhunter configuration." msgstr "" "Esta característica non está activada por defecto xa que as actualizacións " "da base de datos poden ser lentas nas máquinas menos potentes. Incluso se se " "activa, non se ha actualizar a base de datos se se desactiva a comprobación " "\"hashes\" na configuración de rkhunter." debian/po/POTFILES.in0000644000000000000000000000004412110113153011343 0ustar [type: gettext/rfc822deb] templates debian/README.Debian0000644000000000000000000001127212110113153011216 0ustar rkhunter -------- * RKHUNTER FAQ An updated Rootkit Hunter FAQ can be found online at: http://rkhunter.cvs.sourceforge.net/viewvc/*checkout*/rkhunter/rkhunter/files/FAQ * LOCAL CONFIGURATION FILE It is possible to put configuration changes into a local config file. This file, called 'rkhunter.conf.local', must be in the same directory as the main configuration file (ie. in /etc/ by default for the Debian package). Rkhunter will look for configuration options in the main config file, and then in the local config file if it exists. For options allowed only once, the last one seen is used. For options allowed more than once, all options from both files will be used. Please note that this file is not part of the Debian package, and is hence not dealt with when the package is upgraded or purged. * FALSE POSITIVES Below is a list of packages which are known to set off false alarms in rkhunter: * slice: /usr/bin/slice sets false alarm about RH-Sharpe * sash: as the root account is cloned to sashroot, rkhunter issues a warning telling the sashroot account has UID=0. If you have deliberately installed sash, you can avoid this warning thanks to the UID0_ACCOUNTS configuration option in /etc/rkhunter.conf. * hdparm: the string "hdparm" found in the initscripts leads to rkhunter warns about possible Xzibit rootkit. Use the RTKT_FILE_WHITELIST option to whitelist initscripts stating this string (eg. /etc/init.d/hdparm) * IRC daemons trigger warnings about possible rogue IRC bot. You wan whitelist the TCP port 6667, or, better, tell rkhunter to trust the executable, using the PORT_WHITELIST option, eg: PORT_WHITELIST="/usr/bin/znc" -- Below is a list of common hidden files and directories known to set off false alarms in rkhunter: * /dev/.static/, /dev/.udev & /dev/.udevdb/ - used by udev * /etc/.java/ - it is common for java installations to use this hidden directory * /dev/.initramfs - created by initramfs-tools generated ramfs filesystems during boot In most cases, you can just ignore warnings about these files and directories. Use ALLOWHIDDENFILE and ALLOWHIDDENDIR options in /etc/rkhunter.conf to avoid them. * HASH CHECKS By default, all hashes checks are now ENABLED in the standard daily cron job. Add the 'hashes' and 'attributes' tests to the DISABLED_TESTS option in /etc/rkhunter.conf if you wish to disable them. If enabled, each time a base package is upgraded, you will have to run: 'rkhunter --propupd' to update the file properties database located in /var/lib/rkhunter/db/rkhunter.dat. This can be done automatically after each install/remove. Please run: # dpkg-reconfigure rkhunter to enable this feature. ** SECURITY WARNING: When using automatic database update after each package install/upgrade, an attacker could replace a file after it is installed, and before --propupd is run. On a highly protected machine, it is recommended to disable the automatic database update. Note that if both 'hashes' and 'attributes' tests are disabled, this feature will be automatically disabled. This is also the case if the group test 'properties' is disabled. ** SECURITY WARNING: It is the users' responsibility to ensure that the files on the system are genuine and from a reliable source. rkhunter can only report if a file has changed, but not on what has caused the change. Hence, if a file has changed, and the --propupd command option is used, then rkhunter will assume that the file is genuine. * WEEKLY DATABASE UPDATES To be able to run automatic database update, you will need a tool with which to download file updates. Currently wget, curl, (e)links, lynx and GET are supported. You will also need to reconfigure rkhunter to activate the automatic weekly database update: # dpkg-reconfigure rkhunter * THIRD PARTY TOOLS rkhunter also supports two 3rd party tools which are not in debian: * skdet - http://www.xs4all.nl/~dvgevers/ (*) Skdet is a simple program that will detect the following rootkits: - SucKIT (<=1.3b) - adore (all versions) - adore-ng (all versions) - UNFshit (<=1.1a) - UNFkmem (from phrack.org) - frontkey (first release) - all rootkits that use trojaned files Note that Skdet seems to be unmaintained, and is probably obsolete. USE AT YOUR OWN RISK The license of skdet is unknown which prevents it from being packaged for Debian. (*) The original skdet website is down, this is an archived copy -- Micah Anderson Sat, Sep 3 18:23:21 CDT 2005 -- Julien Valroff Sun, 20 Mar 2011 08:06:29 +0100 debian/watch0000644000000000000000000000007012110113153010200 0ustar version=3 http://sf.net/rkhunter/rkhunter-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212110113153010350 0ustar 8 debian/rkhupd.sh0000755000000000000000000000046112110113153011007 0ustar #!/bin/sh set -e if ! grep -qsE '^DISABLE_TESTS=.*(hashes.*attributes|attributes.*hashes|properties)' /etc/rkhunter.conf /etc/rkhunter.conf.local || \ grep -qsE '^ENABLE_TESTS=.*(hashes|attributes|properties)' /etc/rkhunter.conf /etc/rkhunter.conf.local; then rkhunter --propupd --nolog fi debian/rules0000755000000000000000000000052212110113153010231 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: DEB_BUILD_ROOT="debian/rkhunter" ./installer.sh --layout DEB --striproot debian/rkhunter --install override_dh_fixperms: dh_fixperms -Xtmp -Xdb override_dh_md5sums: dh_md5sums --exclude=var/lib/rkhunter/db/ override_dh_installchangelogs: dh_installchangelogs files/CHANGELOG debian/source/0000755000000000000000000000000012110113153010452 5ustar debian/source/format0000644000000000000000000000001412110113153011660 0ustar 3.0 (quilt) debian/postinst0000644000000000000000000000501312110113153010757 0ustar #! /bin/sh # postinst script for rkhunter set -e . /usr/share/debconf/confmodule case "$1" in configure) tempfile=`mktemp` cp -p /usr/share/rkhunter/default.conf ${tempfile} # Merge debconf values into the configuration for foo in CRON_DB_UPDATE CRON_DAILY_RUN APT_AUTOGEN; do template=$(echo ${foo} | tr '[:upper:]' '[:lower:]') db_get rkhunter/${template} sed -i -re "s@^(${foo}=).*@\1\"${RET}\"@" "$tempfile" done ucf --debconf-ok ${tempfile} /etc/default/rkhunter ucfr rkhunter /etc/default/rkhunter rm -f ${tempfile} # If upgrading, make sure permissions are correctly set as previous # versions of the package (until 1.3.4-2) used to set them incorrectly if [ -n "$2" ]; then if dpkg --compare-versions "$2" lt "1.3.4-2"; then chmod 750 /var/lib/rkhunter/db chmod 750 /var/lib/rkhunter/tmp chmod 750 /var/lib/rkhunter/db/i18n fi fi # Copy the passwd/group files to the TMP directory # to avoid warnings when rkhunter is first run. # This is normally done by the installer script. rkhtmpdir=$(grep '^TMPDIR' /etc/rkhunter.conf | sed 's/TMPDIR=//') [ -f $rkhtmpdir/passwd ] || cp -p /etc/passwd $rkhtmpdir >/dev/null 2>&1 [ -f $rkhtmpdir/group ] || cp -p /etc/group $rkhtmpdir >/dev/null 2>&1 # Only update the file properties database if the hashes and attributes # tests are not disabled either in /etc/rkhunter.conf AND if the automatic # database update is disabled in case of an upgrade (in order to avoid calling # --propupd twice (see #471389) # # TODO: check what needs to be done on reconfigure # (note: debconf sets $DEBCONF_RECONFIGURE=1 when a package is reconfigured) # UPGRADE if [ -n "$2" ]; then if [ "$APT_AUTOGEN" = "false" ]; then /usr/share/rkhunter/scripts/rkhupd.sh || true fi # CLEAN INSTALL else /usr/share/rkhunter/scripts/rkhupd.sh || true fi ;; triggered) # only active if APT_AUTOGEN is disabled grep -qiE '^APT_AUTOGEN=.?(true|yes)' /etc/default/rkhunter || /usr/share/rkhunter/scripts/rkhupd.sh || true ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/config0000644000000000000000000000121012110113153010334 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule db_title "rkhunter" || true # Sync debconf values with the local configuration if [ -r /etc/default/rkhunter ]; then . /etc/default/rkhunter db_set rkhunter/cron_db_update "$CRON_DB_UPDATE" db_set rkhunter/cron_daily_run "$CRON_DAILY_RUN" db_set rkhunter/apt_autogen "$APT_AUTOGEN" fi db_input medium rkhunter/cron_daily_run || true [ -x /usr/bin/wget ] || [ -x /usr/bin/curl ] || [ -x /usr/bin/links ] || [ -x /usr/bin/elinks ] || [ -x /usr/bin/lynx ] && db_input medium rkhunter/cron_db_update || true db_input medium rkhunter/apt_autogen || true db_go || true