linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Erik Mouw <J.A.K.Mouw@ITS.TUDelft.NL>
To: Michael Vines <mjvines@undergrad.math.uwaterloo.ca>
Cc: Catalin BOIE <util@deuroconsult.ro>, linux-kernel@vger.kernel.org
Subject: Re: Kernel hook for open
Date: Mon, 6 Nov 2000 18:20:59 +0100	[thread overview]
Message-ID: <20001106182059.G12348@arthur.ubicom.tudelft.nl> (raw)
In-Reply-To: <20001106155702.F12348@arthur.ubicom.tudelft.nl> <Pine.LNX.4.10.10011061009490.9936-100000@barkingdogstudios.com>
In-Reply-To: <Pine.LNX.4.10.10011061009490.9936-100000@barkingdogstudios.com>; from mjvines@undergrad.math.uwaterloo.ca on Mon, Nov 06, 2000 at 10:11:11AM -0500

On Mon, Nov 06, 2000 at 10:11:11AM -0500, Michael Vines wrote:
> On Mon, 6 Nov 2000, Erik Mouw wrote:
> > Use LD_PRELOAD instead.
> 
> You could also write a simple kernel module that replaces the open system
> call.  See the Linux Kernel Module Programming Guide for details. 
> http://www.linuxdoc.org/guides.html
> 
> specifically http://www.linuxdoc.org/LDP/lkmpg/node20.html

Why difficult when it can be done easy? To test the Y2K readiness of
some programs (yeah, Y2K, remember?), I wrote a small library that
overloaded the time() and gettimeofday() syscalls in about 100 lines of
code. No kernel modules needed, no root privileges needed, just set the
environment variable LD_PRELOAD and off you go.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-11-06 17:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-06 13:55 Kernel hook for open Catalin BOIE
2000-11-06 14:57 ` Erik Mouw
2000-11-06 15:11   ` Michael Vines
2000-11-06 17:20     ` Erik Mouw [this message]
2000-11-06 17:40       ` Michael Vines
2000-11-07 10:58         ` Catalin BOIE
2000-11-07 10:53       ` Catalin BOIE
2000-11-07 11:06       ` Tigran Aivazian
2000-11-07 11:09         ` Tigran Aivazian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001106182059.G12348@arthur.ubicom.tudelft.nl \
    --to=j.a.k.mouw@its.tudelft.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjvines@undergrad.math.uwaterloo.ca \
    --cc=util@deuroconsult.ro \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).