diff --git a/bean.module b/bean.module
index b2fc35b..b53d1ff 100644
--- a/bean.module
+++ b/bean.module
@@ -168,7 +168,7 @@ function bean_menu() {
     'title' => 'Blocks',
     'description' => 'Manage blocks used on your site.',
     'page callback' => 'bean_list',
-    'access arguments' => array('administer beans'),
+    'access arguments' => array('access bean overview'),
     'file' => 'includes/bean.pages.inc',
     'type' => MENU_LOCAL_TASK | MENU_NORMAL_ITEM,
   );
@@ -481,6 +481,10 @@ function bean_permission() {
       'title' => t('Administer beans'),
       'description' => t('Edit and view all beans.'),
     ),
+    'access bean overview' => array(
+      'title' => t('Access the Bean overview page'),
+      'description' => t('Visit !url', array('!url' => "admin/content/blocks")),
+    ),
     'edit bean view mode' => array(
       'title' => t('Change the View Mode of the Bean'),
       'description' => t('Ability to change the view mode on the bean form'),
