summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/README.OpenBSD
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-24 07:59:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-24 07:59:08 +0000
commit6512f845bc65e8780006eeff666017c080fc2d1b (patch)
tree76cd29319f1688081b1f4203850428e83aa182cb /usr.sbin/bind/README.OpenBSD
parent997c054944bc4036f01d255cfce8fd0e608d3014 (diff)
privsep documentation from canacar
Diffstat (limited to 'usr.sbin/bind/README.OpenBSD')
-rw-r--r--usr.sbin/bind/README.OpenBSD3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bind/README.OpenBSD b/usr.sbin/bind/README.OpenBSD
index ec4822d764f..d30a6c738fd 100644
--- a/usr.sbin/bind/README.OpenBSD
+++ b/usr.sbin/bind/README.OpenBSD
@@ -1,10 +1,11 @@
-$OpenBSD: README.OpenBSD,v 1.6 2003/11/18 19:04:30 jakob Exp $
+$OpenBSD: README.OpenBSD,v 1.7 2004/03/24 07:59:07 deraadt Exp $
additional features
- call tzset before chroot
- open /dev/null before chroot
- write pid-file before chroot
+- privilege separation for binding to privileged ports from within chroot
- arc4random() support (integrated in 9.3.0-snapshot)
- fall back to system default random device when running chroot
- add LCG (Linear Congruential Generator) implementation to libisc