--- taxonomy_menu.inc~	2008-01-31 17:28:34.000000000 +0100
+++ taxonomy_menu.inc	2008-06-22 12:11:57.000000000 +0200
@@ -184,7 +184,8 @@ function _taxonomy_menu_menu() {
           $items[$path] = array(
             'description'     => t($term->description),
             'title'           => $name,
-            'weight'          => $term->weight
+            'weight'          => $term->weight,
+            'access arguments'    => array('access content'),
           );
         }
       }
