noexec(8) - Linux man page
Name
noexec - is a library for preventing process from doing exec system call
Syntax
LD_PRELOAD="/usr/lib/libnoexec.so $LD_PRELOAD"
export LD_PRELOAD
Description
This library trap execve system call and return -1 without do anything. sync time for nfs server and client.
Environment
LD_PRELOAD - list of the libraries to be preloaded.
Authors
Valery Reznic <valery_reznic@users.sourceforge.net>
- See <URL:http://noexec.sourceforge.net/>.
Copyright
noexec is copyright (©) 2003 by Valery Reznic.
This library is distributed under GNU Lesser General Public License
It is provided "as is", without any express or implied warranties. See the file COPYING for details.
See Also
noexec(1)