diff options
author | kensmith <kensmith@FreeBSD.org> | 2003-11-11 18:31:36 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2003-11-11 18:31:36 +0000 |
commit | 3a0281dcf055b3873633afa6da7f9229c2273bfc (patch) | |
tree | 3faadcc5a66aa78efd074a53d992d1d43db4ee4f /lib | |
parent | c0be2ff06ab2e1bfe1d3201baac97f9cf9778b18 (diff) | |
download | FreeBSD-src-3a0281dcf055b3873633afa6da7f9229c2273bfc.zip FreeBSD-src-3a0281dcf055b3873633afa6da7f9229c2273bfc.tar.gz |
- Markup fix-ups (add .Dq, and some hard line breaks at the end
of sentences).
Approved by: blackend (mentor)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/jail.2 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 27ad153..df6f569 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -39,7 +39,8 @@ struct jail { .Ed .Pp .Dq Li version -defines the version of the API in use. It should be set to zero at this time. +defines the version of the API in use. +It should be set to zero at this time. .Pp The .Dq Li path @@ -48,7 +49,8 @@ prison. .Pp The .Dq Li hostname -pointer can be set to the hostname of the prison. This can be changed +pointer can be set to the hostname of the prison. +This can be changed from the inside of the prison. .Pp The @@ -73,9 +75,13 @@ to indicate the error. Once a process has been put in a prison, it and its decendants cannot escape the prison. .Pp -Inside the prison, the concept of "superuser" is very diluted. In general, +Inside the prison, the concept of +.Dq superuser +is very diluted. +In general, it can be assumed that nothing can be mangled from inside a prison which -does not exist entirely inside that prison. For instance the directory +does not exist entirely inside that prison. +For instance the directory tree below .Dq Li path can be manipulated all the ways a root can normally do it, including |