Re: LKM Trojan installed

From: Brian Hatch (focus-linux@ifokr.org)
Date: 02/18/03

  • Next message: Seth Arnold: "Re: entropy + openSSL question"
    Date: Tue, 18 Feb 2003 14:30:46 -0800
    From: Brian Hatch <focus-linux@ifokr.org>
    To: Nick Austin <nick@digitalpipe.net>
    
    
    

    > On Wed, 12 Feb 2003, Rivanor P. Soares wrote:
    >
    > > 5) And, is this *normal* ?
    > > [root@localhost /]# lsattr -d /proc/
    > > lsattr: Inappropriate ioctl for device While reading flags on /proc/
    >
    > Yes, this is normal. I see the same thing on my box.

    lsattr lists filesystem extended attributes. These attributes
    are only possible on ext2 and ext3 filesystems. They do not work
    on reiserfs, xfs, jfs, fat32, ntfs, etc etc etc, and they also
    do not work on virtual filesystems like /proc.

    /proc is not a real filesystem, the files you see there are being
    presented by the kernel as a way to view (and in some cases set)
    kernel parameters. These are not real files, which is why you
    see bogus file sizes when doing an 'ls -l' for example. They
    are simply hooks into the information the kernel wants to make
    available. Normal file permissions (root-write for modifiable
    settings, user-write for /proc/$PID, and world read only for
    the rest) are all you have available, no extended attributes in
    /proc.

    --
    Brian Hatch                  "It is not my day for
       Systems and                talking seriously. I
       Security Engineer          only talk seriously
    http://www.ifokr.org/bri/     on the first tuesday
                                  of the month."
    Every message PGP signed
    
    




    Relevant Pages

    • Re: [00/41] Large Blocksize Support V7 (adds memmap support)
      ... kernel and already must have fallbacks.... ... I don't agree with using higher order pages to fix SLUB vs SLAB performance ... as well as something the filesystem people recommend to get good coverage ...
      (Linux-Kernel)
    • kernel BUG at mm/slab.c:610
      ... I'm experimenting this kernel panic on 3 different ... I don't think this is related to buggy hardware ... Filesystem "hda1": Disabling barriers, not supported by the ... # ACPI Support ...
      (Linux-Kernel)
    • Re: [RFC][PATCH] VFS: update documentation (take #2)
      ... > filesystem interface to userspace programs. ... > abstraction within the kernel which allows different filesystem ... > a pointer to the dentry and a set of file operation member functions. ... called when the VFS needs to get filesystem statistics. ...
      (Linux-Kernel)
    • Re: Linux and Windows Disk Drive imaging
      ... etc. are stored within your, say, ext2 filesystem just like any other file), ... or is it a special filesystem that GRUB understands but that actually occupies ... the installer asks your filesystem code ... a kernel which wasn't even on the machine when you installed GRUB. ...
      (sci.electronics.design)
    • kernel BUG at mm/slab.c:607 in 2.6.19.1
      ... kernel message event are written to /var/log/syslog). ... Allocating PCI resources starting at 10000000 ... Filesystem "hda1": Disabling barriers, ... EIP is at free_block+0xe2/0x100 ...
      (Linux-Kernel)