diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-06-17 23:43:35 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-06-17 23:43:35 +0000 |
| commit | bdf43556fecc30b84e2aa994a7e9883f67d37b6f (patch) | |
| tree | b1d18f9f911c66d3f84d46cc9905fbec38644df9 /lib/libc | |
| parent | 0625ba2fc389e77bc48be60adc776eae14a4182c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/jail.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index fe794a82329d..86827e4d8284 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -6,7 +6,7 @@ .\"this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\"---------------------------------------------------------------------------- .\" -.\"$Id: jail.2,v 1.1 1999/04/28 11:38:35 phk Exp $ +.\"$Id: jail.2,v 1.2 1999/05/16 10:51:42 phk Exp $ .\" .\" .Dd April 28, 1999 @@ -51,8 +51,8 @@ can be set to the IP number assigned to the prison. Once a process has been put in a prison, it and its decendants cannot escape the prison. It is not possible to add a process to a preexisting prison. .Pp -Inside the prison, the concept of "superuser" is very diluted, in general -it can be assumed that nothing can be mangled from inside a prison, that +Inside the prison, the concept of "superuser" is very diluted. In general, +it can be assumed that nothing can be mangled from inside a prison which doesn't exist inside that prison (ie: the directory tree below .Dq Li path . .Pp @@ -73,7 +73,7 @@ Please consult the .Xr chroot 2 manual page for details. .Sh SEE ALSO -.Xr chroot 2 +.Xr chroot 2 , .Xr chdir 2 .Sh HISTORY The |
