LWN.net Logo

Toward a saner execve()

Toward a saner execve()

Posted Apr 1, 2010 13:03 UTC (Thu) by cesarb (subscriber, #6266)
In reply to: Toward a saner execve() by PaXTeam
Parent article: Toward a saner execve()

I can see it as different in two ways.

First, it is in the kernel, and would probably share a lot of code with the normal execve(). This would mean it would behave in exactly the same way except in the ways it would behave different on purpose, including any bugs, new features, and bug fixes.

Second, it would allow (as explained in more detail in the linked message) for the new syscall to take the place of execve(), without having to use ugly (and potentially brittle) LD_PRELOAD or ptrace tricks.

The second reason seems much more compelling than the first.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds