Bv9ARM.ch07.html revision 60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - Copyright (C) 2000-2003 Internet Software Consortium
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - Permission to use, copy, modify, and distribute this software for any
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - purpose with or without fee is hereby granted, provided that the above
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - copyright notice and this permission notice appear in all copies.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe - PERFORMANCE OF THIS SOFTWARE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<title>Chapter�7.�BIND 9 Security Considerations</title>
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<link rel="prev" href="Bv9ARM.ch06.html" title="Chapter�6.�BIND 9 Configuration Reference">
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicp<link rel="next" href="Bv9ARM.ch08.html" title="Chapter�8.�Troubleshooting">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<tr><th colspan="3" align="center">Chapter�7.�<span class="acronym">BIND</span> 9 Security Considerations</th></tr>
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe<a accesskey="p" href="Bv9ARM.ch06.html">Prev</a>�</td>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara<td width="20%" align="right">�<a accesskey="n" href="Bv9ARM.ch08.html">Next</a>
<a name="Bv9ARM.ch07"></a>Chapter�7.�<span class="acronym">BIND</span> 9 Security Considerations</h2></div></div></div>
<dt><span class="sect1"><a href="Bv9ARM.ch07.html#Access_Control_Lists">Access Control Lists</a></span></dt>
<dt><span class="sect1"><a href="Bv9ARM.ch07.html#id2559133"><span><strong class="command">chroot</strong></span> and <span><strong class="command">setuid</strong></span> (for
<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2559278">The <span><strong class="command">chroot</strong></span> Environment</a></span></dt>
<dt><span class="sect2"><a href="Bv9ARM.ch07.html#id2559338">Using the <span><strong class="command">setuid</strong></span> Function</a></span></dt>
<dt><span class="sect1"><a href="Bv9ARM.ch07.html#dynamic_update_security">Dynamic Update Security</a></span></dt>
you can set up and nickname for future use in <span><strong class="command">allow-notify</strong></span>,
<span><strong class="command">allow-query</strong></span>, <span><strong class="command">allow-recursion</strong></span>,
<span><strong class="command">blackhole</strong></span>, <span><strong class="command">allow-transfer</strong></span>,
acl bogusnets { 0.0.0.0/8; 1.0.0.0/8; 2.0.0.0/8; 192.0.2.0/24; 224.0.0.0/3; 10.0.0.0/8; 172.16.0.0/12; 192.168.0.0/16; };
zone "example.com" {
<a name="id2559133"></a><span><strong class="command">chroot</strong></span> and <span><strong class="command">setuid</strong></span> (for
On UNIX servers, it is possible to run <span class="acronym">BIND</span> in a <span class="emphasis"><em>chrooted</em></span> environment
(<span><strong class="command">chroot()</strong></span>) by specifying the "<code class="option">-t</code>"
ability to run the daemon as an unprivileged user ( <code class="option">-u</code> <em class="replaceable"><code>user</code></em> ).
We suggest running as an unprivileged user when using the <span><strong class="command">chroot</strong></span> feature.
Here is an example command line to load <span class="acronym">BIND</span> in a <span><strong class="command">chroot()</strong></span> sandbox,
<span><strong class="command">/var/named</strong></span>, and to run <span><strong class="command">named</strong></span> <span><strong class="command">setuid</strong></span> to
<a name="id2559278"></a>The <span><strong class="command">chroot</strong></span> Environment</h3></div></div></div>
like <span><strong class="command">directory</strong></span> and <span><strong class="command">pid-file</strong></span> to account
<span class="emphasis"><em>not</em></span> need to compile <span><strong class="command">named</strong></span>
<a name="id2559338"></a>Using the <span><strong class="command">setuid</strong></span> Function</h3></div></div></div>