Abel Muņoz Alcaraz wrote:
> 
> Hi everybody,
> 
>         I have replaced the execve() kernel API with my own implementation but it
> doesn't work well.

"it doesn't work well" is a bit vague...

I am guessing that you are getting an unresolved symbol.  Modifying the
system call table is not and probably never will be available for
modules.  The syscall table is very architecture dependant, and is not
exported to modules.

--

                                Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to