OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Aaron (aaronDARKLANDS.ORG)
Date: Sat Jan 06 2001 - 03:17:59 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On 01.01.04 at 14:29, Helmut Springer wrote:

    [...]
    # if you're playing rough you won't have modules support in the kernel
    # (as long as you can't make sure modules can't be tampered) and a
    # read only boot media checking the system from a read only core
    # system on startup.
    #
    # yes, that somewhat makes system maintenance a pain. the price to
    # pay.

    Not only could removing module support make system maintenance a pain, but
    it isn't sufficient to stop the kernel from being modified after startup.
    Silvio Cesare wrote a paper in Nov '98 that discusses how to do this
    via direct writes to /dev/*mem:

      Runtime Kernel kmem Patching
      http://www.big.net.au/~silvio/runtime-kernel-kmem-patching.txt

    Aaron