From 8bd6fc0a98539e50d96fe4b499be40c06ca63f5e Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 27 Jun 2003 22:56:31 +0000 Subject: Initial revision --- doc/injail_man.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 doc/injail_man.html (limited to 'doc/injail_man.html') diff --git a/doc/injail_man.html b/doc/injail_man.html new file mode 100755 index 0000000..6854e73 --- /dev/null +++ b/doc/injail_man.html @@ -0,0 +1,46 @@ + + +
+
+
+
+
+

DESCRIPTION

+     The injail utility returns a result which indicates the jailed status of
+     the current process environment.
+
+
+
+

DIAGNOSTICS

+     The injail utility exits with one of the following values:
+     0       the process is running in a jail.
+     1       the process is not running in a jail.
+     2       an error prevented determining if the process is running in a
+             jail.
+
+
+
+

BUGS

+     injail uses kvm_getprocs(3) to determine process status. Anything which
+     could cause a failure in either kvm_open(3) or kvm_getprocs(3) can cause
+     this to fail as well. There aught to be a cleaner way.
+
+
+
+

AUTHOR

+      James E. Quick <jq@quick.com>
+
+
+
+

SEE ALSO

+     jailer(8), jail(8), kvm(3)
+
+FreeBSD 4.6                      May 28, 2002                      FreeBSD 4.6
+
+
+
+Man(1) output converted with +man2html +
+ + -- cgit v1.2.3