noexec - a runner for invoke a program, which will be unable to create any child process
noexec [options] <args>
noexec is a runner for invoke a program, which will be unable to create any child process.
Run vi which can't escape to shell: noexec vi
Same, using libnoexec.so in the current directory: noexec -L `pwd` vi
Valery Reznic <valery_reznic@users.sourceforge.net>
noexec is copyright (©) 2003 by Valery Reznic. This program is distributed under GNU General Public License It is provided "as is", without any express or implied warranties. See the file COPYING for details.
noexec(8)