Package: tiger
Version: 1:3.2.3-4
Severity: normal
Tags: patch
Tiger should recognize sshfs as remote and cgroup as local fs.
Patch is attached (against version 1:3.2.3-8 in testing).
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (990, 'stable-updates'), (990, 'proposed-updates'), (990,
'stable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tiger depends on:
ii binutils 2.20.1-16 The GNU assembler, linker and bina
ii bsdmainutils 8.0.13 collection of more utilities from
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii libc6 2.11.3-2 Embedded GNU C Library: Shared lib
ii net-tools 1.60-23 The NET-3 networking toolkit
ii ucf 3.0025+nmu1 Update Configuration File: preserv
Versions of packages tiger recommends:
ii chkrootkit 0.49-4 rootkit detector
ii exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4) daemon
ii john 1.7.3.1-1 active password cracking tool
Versions of packages tiger suggests:
ii lsof 4.81.dfsg.1-1 List open files
-- debconf information excluded
--- /usr/lib/tiger/systems/Linux/3/gen_mounts.orig 2011-08-04 23:59:16.000000000 +0200
+++ /usr/lib/tiger/systems/Linux/3/gen_mounts 2012-01-09 22:44:00.037891044 +0100
@@ -165,6 +165,7 @@
# Note: gfs is considered non-local even though remoutely mounted in a SAN as this filesystem could
# be used exclusively, if your system uses gfs or gfs2 and you want to scan the filesystem
# set it at Tiger_FSScan_Local
+ [ "$1" = "fuse.sshfs" ] && LOCAL=1 # Remotely mounted fs via ssh
[ "$1" = "proc" ] && LOCAL=1 # General access point to kernel data structures
[ "$1" = "bind" ] && LOCAL=1 # Used to remount directories, define as virtual
# as otherwise files would be checked twice
@@ -173,6 +174,7 @@
[ "$1" = "usbdevfs" ] && LOCAL=1
[ "$1" = "devfs" ] && LOCAL=1
[ "$1" = "sysfs" ] && LOCAL=1 # General access point to system data
+ [ "$1" = "cgroup" ] && LOCAL=1 # General access point to control groups
[ "$1" = "securityfs" ] && LOCAL=1 # Used by Ubuntu, see http://lwn.net/Articles/153366/
[ "$1" = "none" ] && LOCAL=1
[ "$1" = "autofs" ] && LOCAL=1