[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMhs6Yyu2A-t-ZwksE8zUZygG68ReWtVZ+QjVL=8Z8bTdKWeLg@mail.gmail.com>
Date: Fri, 23 Dec 2011 14:29:08 +0200
From: Maxin B John <maxin.john@...il.com>
To: Gaurav Saxena <grvsaxena419@...il.com>
Cc: Jiri Kosina <jkosina@...e.cz>, linux-kernel@...r.kernel.org
Subject: Re: Intercepting system calls
Hi,
On Fri, Dec 23, 2011 at 1:59 PM, Gaurav Saxena <grvsaxena419@...il.com> wrote:
> I found that Ubuntu does not have a kprobe enabled kernel. :( I don't
> think I could use kprobes then.
Probably you can find a solution using Systemtap.
Have a look at this example:
http://sourceware.org/systemtap/examples/general/badname.stp
It just needs some modifications to meet your needs.
HTH,
Maxin B. John
> On Fri, Dec 23, 2011 at 3:20 PM, Gaurav Saxena <grvsaxena419@...il.com> wrote:
>> Hello Jiri
>>
>> On Fri, Dec 23, 2011 at 3:17 PM, Jiri Kosina <jkosina@...e.cz> wrote:
>>> On Thu, 22 Dec 2011, Gaurav Saxena wrote:
>>>
>>>> I am writing an application for which I need to intercept some
>>>> filesystem system calls eg. unlink. I need unlink to call my code
>>>> before deleting abc so that I could probably prevent unlink . I would
>>>> like to implement this in a kernel module instead of modifying kernel
>>>> code itself. I would like to intercept system calls by replacing
>>>> system calls but I have not been able to find any method of doing that
>>>> in linux > 3.0. Please suggest some method of doing that.
>>>
>>> Write a kernel module that instruments sys_unlink() via krpobes. See
>>> Documentation/kprobes.txt for details.
>> Ok. I am looking at its details, will try that. But how could a probe
>> prevent execution of a system call?
>>>
>>> --
>>> Jiri Kosina
>>> SUSE Labs
>>>
>>
>>
>>
>> --
>> Thanks and Regards ,
>> Gaurav
>
>
>
> --
> Thanks and Regards ,
> Gaurav
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists