]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorAutomatic Updater <source@isc.org>
Wed, 20 Jan 2010 01:55:53 +0000 (01:55 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 20 Jan 2010 01:55:53 +0000 (01:55 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index b256ed8b10a35aab4cde3d589be0206c50b3b74f..9e3469ce4ae24646cfa391698e827b5f740b2c68 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -1,6 +1,6 @@
 Frequently Asked Questions about BIND 9
 
-Copyright © 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+Copyright © 2004-2010 Internet Systems Consortium, Inc. ("ISC")
 
 Copyright © 2000-2003 Internet Software Consortium.
 
@@ -784,6 +784,22 @@ A: Red Hat Security Enhanced Linux (SELinux) policy security protections :
    See these man-pages for more information : selinux(8), named_selinux
    (8), chcon(1), setsebool(8)
 
+Q: I'm running BIND on Ubuntu -
+
+   Why can't named update slave zone database files?
+
+   Why can't named create DDNS journal files or update the master zones
+   from journals?
+
+   Why can't named create custom log files?
+
+A: Ubuntu uses AppArmor <http://en.wikipedia.org/wiki/AppArmor> in
+   addition to normal file system permissions to protect the system.
+
+   Adjust the paths to use those specified in /etc/apparmor.d/
+   usr.sbin.named or adjust /etc/apparmor.d/usr.sbin.named to allow named
+   to write at the location specified in named.conf.
+
 Q: Listening on individual IPv6 interfaces does not work.
 
 A: This is usually due to "/proc/net/if_inet6" not being available in the
diff --git a/FAQ.xml b/FAQ.xml
index cf651b3c422ef01ada2e62349cd23cacb332193c..11c342a4e90b292837ee5bda93525c0c4a78461e 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.46.56.7 2009/11/04 01:55:49 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.46.56.8 2010/01/20 01:55:53 tbox Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -1382,6 +1382,36 @@ named_cache_t: for files modifiable by named - $ROOTDIR/var/{tmp,named/{slaves,d
       </answer>
     </qandaentry>
 
+    <qandaentry>
+      <question>
+       <para>
+          I'm running BIND on Ubuntu -
+       </para>
+       <para>
+         Why can't named update slave zone database files?
+       </para>
+       <para>
+         Why can't named create DDNS journal files or update
+         the master zones from journals?
+       </para>
+       <para>
+         Why can't named create custom log files?
+       </para>
+      </question>
+      <answer>
+       <para>
+         Ubuntu uses AppArmor <ulink url="http://en.wikipedia.org/wiki/AppArmor">
+          &lt;http://en.wikipedia.org/wiki/AppArmor&gt;</ulink> in
+         addition to normal file system permissions to protect the system.
+       </para>
+       <para>
+         Adjust the paths to use those specified in /etc/apparmor.d/usr.sbin.named
+         or adjust /etc/apparmor.d/usr.sbin.named to allow named to write at the
+         location specified in named.conf.
+       </para>
+      </answer>
+    </qandaentry>
+
     <qandaentry>
       <question>
        <para>