summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-25 10:07:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-25 10:07:22 +0000
commit63e37b9eb4b8620d37f8e9d79178ca806b862045 (patch)
tree1ba073433b357b7a0065c83ea61fb671b79eb057
parenteb8f2f9d3b6352e8ee8055aeab2cb6faca69822a (diff)
warn about root and the jail
-rw-r--r--lib/libc/sys/chroot.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/chroot.2 b/lib/libc/sys/chroot.2
index 0b66b680706..2bdb61d1147 100644
--- a/lib/libc/sys/chroot.2
+++ b/lib/libc/sys/chroot.2
@@ -99,6 +99,8 @@ An I/O error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
.Xr chdir 2
+.Sh WARNINGS
+There are ways for a root process to escape from the chroot jail.
.Sh HISTORY
The
.Fn chroot