Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.414
diff -u -p -r1.414 system.module
--- modules/system/system.module	28 Nov 2006 14:39:28 -0000	1.414
+++ modules/system/system.module	28 Nov 2006 20:02:16 -0000
@@ -49,7 +49,7 @@ function system_help($section) {
  * Implementation of hook_perm().
  */
 function system_perm() {
-  return array('administer site configuration', 'access administration pages', 'select different theme');
+  return array('administer site configuration', 'access administration pages', 'select different theme', 'access logs');
 }
 
 /**
@@ -279,7 +279,9 @@ function system_menu($may_cache) {
       'description' => t('View system logs and other status information.'),
       'callback' => 'system_admin_menu_block_page',
       'weight' => 5,
-      'position' => 'left');
+      'access' => user_access('access logs'),
+      'position' => 'left',
+    );
     $items[] = array(
       'path' => 'admin/logs/status',
       'title' => t('Status report'),
