diff --git a/cod_base/cod_base.features.user_permission.inc b/cod_base/cod_base.features.user_permission.inc
index f4b021981a9c7d2148a30955b48af6ab90c8ffd5..45178a5d75380b79d10dead0a317c12aad31d347 100644
--- a/cod_base/cod_base.features.user_permission.inc
+++ b/cod_base/cod_base.features.user_permission.inc
@@ -10,10 +10,87 @@
 function cod_base_user_default_permissions() {
   $permissions = array();
 
+  // Exported permission: access administration menu.
+  $permissions['access administration menu'] = array(
+    'name' => 'access administration menu',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'admin_menu',
+  );
+
   // Exported permission: access administration pages.
   $permissions['access administration pages'] = array(
     'name' => 'access administration pages',
-    'roles' => array(),
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'system',
+  );
+
+  // Exported permission: access all webform results.
+  $permissions['access all webform results'] = array(
+    'name' => 'access all webform results',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: access content.
+  $permissions['access content'] = array(
+    'name' => 'access content',
+    'roles' => array(
+      0 => 'anonymous user',
+    ),
+    'module' => 'node',
+  );
+
+  // Exported permission: access content overview.
+  $permissions['access content overview'] = array(
+    'name' => 'access content overview',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'node',
+  );
+
+  // Exported permission: access own webform results.
+  $permissions['access own webform results'] = array(
+    'name' => 'access own webform results',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: access own webform submissions.
+  $permissions['access own webform submissions'] = array(
+    'name' => 'access own webform submissions',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: access private fields.
+  $permissions['access private fields'] = array(
+    'name' => 'access private fields',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'field_permissions',
+  );
+
+  // Exported permission: access site in maintenance mode.
+  $permissions['access site in maintenance mode'] = array(
+    'name' => 'access site in maintenance mode',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
     'module' => 'system',
   );
 
@@ -34,6 +111,64 @@ function cod_base_user_default_permissions() {
     'module' => 'user',
   );
 
+  // Exported permission: administer comments.
+  $permissions['administer comments'] = array(
+    'name' => 'administer comments',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'comment',
+  );
+
+  // Exported permission: administer content types.
+  $permissions['administer content types'] = array(
+    'name' => 'administer content types',
+    'roles' => array(
+      0 => 'administrator',
+    ),
+    'module' => 'node',
+  );
+
+  // Exported permission: administer field permissions.
+  $permissions['administer field permissions'] = array(
+    'name' => 'administer field permissions',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'field_permissions',
+  );
+
+  // Exported permission: administer menu.
+  $permissions['administer menu'] = array(
+    'name' => 'administer menu',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'menu',
+  );
+
+  // Exported permission: administer nodes.
+  $permissions['administer nodes'] = array(
+    'name' => 'administer nodes',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'node',
+  );
+
+  // Exported permission: administer pathauto.
+  $permissions['administer pathauto'] = array(
+    'name' => 'administer pathauto',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'pathauto',
+  );
+
   // Exported permission: administer permissions.
   $permissions['administer permissions'] = array(
     'name' => 'administer permissions',
@@ -50,6 +185,26 @@ function cod_base_user_default_permissions() {
     'module' => 'system',
   );
 
+  // Exported permission: administer taxonomy.
+  $permissions['administer taxonomy'] = array(
+    'name' => 'administer taxonomy',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'taxonomy',
+  );
+
+  // Exported permission: administer url aliases.
+  $permissions['administer url aliases'] = array(
+    'name' => 'administer url aliases',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'path',
+  );
+
   // Exported permission: administer users.
   $permissions['administer users'] = array(
     'name' => 'administer users',
@@ -68,14 +223,130 @@ function cod_base_user_default_permissions() {
     'module' => 'views',
   );
 
+  // Exported permission: bypass node access.
+  $permissions['bypass node access'] = array(
+    'name' => 'bypass node access',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'node',
+  );
+
+  // Exported permission: create url aliases.
+  $permissions['create url aliases'] = array(
+    'name' => 'create url aliases',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'path',
+  );
+
+  // Exported permission: delete all webform submissions.
+  $permissions['delete all webform submissions'] = array(
+    'name' => 'delete all webform submissions',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: delete own webform submissions.
+  $permissions['delete own webform submissions'] = array(
+    'name' => 'delete own webform submissions',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: edit all webform submissions.
+  $permissions['edit all webform submissions'] = array(
+    'name' => 'edit all webform submissions',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: edit own webform submissions.
+  $permissions['edit own webform submissions'] = array(
+    'name' => 'edit own webform submissions',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'webform',
+  );
+
+  // Exported permission: flush caches.
+  $permissions['flush caches'] = array(
+    'name' => 'flush caches',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'admin_menu',
+  );
+
+  // Exported permission: notify of path changes.
+  $permissions['notify of path changes'] = array(
+    'name' => 'notify of path changes',
+    'roles' => array(
+      0 => 'content editor',
+    ),
+    'module' => 'pathauto',
+  );
+
   // Exported permission: use admin toolbar.
   $permissions['use admin toolbar'] = array(
     'name' => 'use admin toolbar',
     'roles' => array(
       0 => 'administrator',
+      1 => 'content editor',
     ),
     'module' => 'admin',
   );
 
+  // Exported permission: view advanced help index.
+  $permissions['view advanced help index'] = array(
+    'name' => 'view advanced help index',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'advanced_help',
+  );
+
+  // Exported permission: view advanced help popup.
+  $permissions['view advanced help popup'] = array(
+    'name' => 'view advanced help popup',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'advanced_help',
+  );
+
+  // Exported permission: view advanced help topic.
+  $permissions['view advanced help topic'] = array(
+    'name' => 'view advanced help topic',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'advanced_help',
+  );
+
+  // Exported permission: view the administration theme.
+  $permissions['view the administration theme'] = array(
+    'name' => 'view the administration theme',
+    'roles' => array(
+      0 => 'administrator',
+      1 => 'content editor',
+    ),
+    'module' => 'system',
+  );
+
   return $permissions;
 }
diff --git a/cod_base/cod_base.features.user_role.inc b/cod_base/cod_base.features.user_role.inc
index 23c571f1e3e3dd779f697cab0e40877b3bba328a..39eb7fe12894c60a3c8f8b3ed916f39d2476e048 100644
--- a/cod_base/cod_base.features.user_role.inc
+++ b/cod_base/cod_base.features.user_role.inc
@@ -16,5 +16,11 @@ function cod_base_user_default_roles() {
     'weight' => '2',
   );
 
+  // Exported role: content editor.
+  $roles['content editor'] = array(
+    'name' => 'content editor',
+    'weight' => '3',
+  );
+
   return $roles;
 }
diff --git a/cod_base/cod_base.info b/cod_base/cod_base.info
index d02cf66c5e00254a5c750fd033cda1530e895c5c..bfcd9f0bc6a5b7c6b43e30ed26c37df8d99f71c7 100644
--- a/cod_base/cod_base.info
+++ b/cod_base/cod_base.info
@@ -5,11 +5,18 @@ package = COD
 php = 5.2.4
 project = cod_base
 dependencies[] = admin
+dependencies[] = admin_menu
+dependencies[] = advanced_help
+dependencies[] = comment
 dependencies[] = features
+dependencies[] = field_permissions
 dependencies[] = menu
+dependencies[] = pathauto
 dependencies[] = strongarm
+dependencies[] = taxonomy
 dependencies[] = token
 dependencies[] = views
+dependencies[] = webform
 features[ctools][] = strongarm:strongarm:1
 features[features_api][] = api:1
 features[field][] = user-user-field_profile_first
@@ -17,14 +24,44 @@ features[field][] = user-user-field_profile_interests
 features[field][] = user-user-field_profile_job_title
 features[field][] = user-user-field_profile_last
 features[field][] = user-user-field_profile_org
+features[user_permission][] = access administration menu
 features[user_permission][] = access administration pages
+features[user_permission][] = access all webform results
+features[user_permission][] = access content
+features[user_permission][] = access content overview
+features[user_permission][] = access dashboard
+features[user_permission][] = access own webform results
+features[user_permission][] = access own webform submissions
+features[user_permission][] = access private fields
+features[user_permission][] = access site in maintenance mode
 features[user_permission][] = access site reports
 features[user_permission][] = access user profiles
+features[user_permission][] = administer comments
+features[user_permission][] = administer content types
+features[user_permission][] = administer field permissions
+features[user_permission][] = administer menu
+features[user_permission][] = administer nodes
+features[user_permission][] = administer pathauto
 features[user_permission][] = administer permissions
 features[user_permission][] = administer site configuration
+features[user_permission][] = administer taxonomy
+features[user_permission][] = administer url aliases
 features[user_permission][] = administer users
 features[user_permission][] = administer views
+features[user_permission][] = bypass node access
+features[user_permission][] = create url aliases
+features[user_permission][] = delete all webform submissions
+features[user_permission][] = delete own webform submissions
+features[user_permission][] = edit all webform submissions
+features[user_permission][] = edit own webform submissions
+features[user_permission][] = flush caches
+features[user_permission][] = notify of path changes
 features[user_permission][] = use admin toolbar
+features[user_permission][] = view advanced help index
+features[user_permission][] = view advanced help popup
+features[user_permission][] = view advanced help topic
+features[user_permission][] = view the administration theme
 features[user_role][] = administrator
+features[user_role][] = content editor
 features[variable][] = admin_toolbar
 files[] = cod_base.module
