Blame SOURCES/bind-9.3.2-redhat_doc.patch

900526
--- bind-9.4.0/bin/named/named.8.redhat_doc	2007-01-30 01:23:44.000000000 +0100
900526
+++ bind-9.4.0/bin/named/named.8	2007-03-12 15:39:19.000000000 +0100
900526
@@ -205,6 +205,57 @@
900526
 \fI/var/run/named/named.pid\fR
900526
 .RS 4
900526
 The default process\-id file.
900526
+.PP
900526
+.SH "NOTES"
900526
+.PP
900526
+.TP
900526
+\fBRed Hat SELinux BIND Security Profile:\fR
900526
+.PP
900526
+By default, Red Hat ships BIND with the most secure SELinux policy
900526
+that will not prevent normal BIND operation and will prevent exploitation
900526
+of all known BIND security vulnerabilities . See the selinux(8) man page
900526
+for information about SElinux.
900526
+.PP
900526
+It is not necessary to run named in a chroot environment if the Red Hat
900526
+SELinux policy for named is enabled. When enabled, this policy is far
900526
+more secure than a chroot environment. Users are recommended to enable
900526
+SELinux and remove the bind-chroot package.
900526
+.PP
900526
+With this extra security comes some restrictions:
900526
+.PP
900526
+By default, the SELinux policy does not allow named to write any master
900526
+zone database files. Only the root user may create files in the $ROOTDIR/var/named
900526
+zone database file directory (the options { "directory" } option), where
900526
+$ROOTDIR is set in /etc/sysconfig/named.
900526
+.PP
900526
+The "named" group must be granted read privelege to 
900526
+these files in order for named to be enabled to read them. 
900526
+.PP
900526
+Any file created in the zone database file directory is automatically assigned
900526
+the SELinux file context named_zone_t .
900526
+.PP
900526
+By default, SELinux prevents any role from modifying named_zone_t files; this
900526
+means that files in the zone database directory cannot be modified by dynamic
900526
+DNS (DDNS) updates or zone transfers.
900526
+.PP
900526
+The Red Hat BIND distribution and SELinux policy creates three directories where
900526
+named is allowed to create and modify files: /var/named/slaves, /var/named/dynamic
900526
+/var/named/data. By placing files you want named to modify, such as
900526
+slave or DDNS updateable zone files and database / statistics dump files in 
900526
+these directories, named will work normally and no further operator action is
900526
+required. Files in these directories are automatically assigned the 'named_cache_t'
900526
+file context, which SELinux allows named to write.
900526
+.PP
900526
+\fBRed Hat BIND SDB support:\fR
900526
+.PP
900526
+Red Hat ships named with compiled in Simplified Database Backend modules that ISC
900526
+provides in the "contrib/sdb" directory. Install bind-sdb package if you want use them
900526
+.PP
900526
+The SDB modules for LDAP, PostGreSQL, DirDB and SQLite are compiled into named-sdb.
900526
+.PP
900526
+See the documentation for the various SDB modules in /usr/share/doc/bind-sdb-*/ .
900526
+.br
900526
+.PP
900526
 .RE
900526
 .SH "SEE ALSO"
900526
 .PP