NOEXEC

About
 Main Page

Get It
 Via the Web
 Via Anonymous CVS

Documentation
 README
 News
 ChangeLog
 Installation
 BUGS

 NOEXEC.1
 NOEXEC.8

Resources
 WEB CVS
 SourceForge Page
 Forums

My Other SF projects
 kbde
 ksm
 nfstimesync
 pkgrebuild
 rpmrebuild (with Eric Gerbier)
 rrp_statify
 statifier

SourceForge.net Logo

 
Man Page noexec.1
Manpage of noexec

noexec

Section: noexec (1)
Updated: 1.1.0
Index Return to Main Contents
 

NAME

noexec - a runner for invoke a program, which will be unable to create any child process  

SYNTAX

noexec [options] <args>  

DESCRIPTION

noexec is a runner for invoke a program, which will be unable to create any child process.  

OPTIONS

-l <file>
name of the noexec library to be preload (default libnoexec.so)
-L <directory>
path to the noexec library to be preload (default /usr/lib)
-v
Output version information and exit.
-h
Output help information and exit.
 

FILES

/usr/lib/libnoexec.so
dynamic library to be preloaded. temporary file for test time difference
 

EXAMPLES

Run vi which can't escape to shell:
noexec vi

Same, using libnoexec.so in the current directory:
noexec -L `pwd` vi

 

AUTHORS

Valery Reznic <valery_reznic@users.sourceforge.net>

See <URL:http://noexec.sourceforge.net/>.
 

COPYRIGHT

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.  

SEE ALSO

noexec(8)


 

Index

NAME
SYNTAX
DESCRIPTION
OPTIONS
FILES
EXAMPLES
AUTHORS
COPYRIGHT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 08:19:47 GMT, May 16, 2006