summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/role_graph_builtin_roles.cpp
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2018-10-10 10:17:12 -0400
committerTed Tuckman <ted.tuckman@mongodb.com>2018-10-12 09:45:05 -0400
commit8e638c938ed3c17d090a85de8b35676af31f8db5 (patch)
treef1f4047458badda283a3991dee841112b2918bc9 /src/mongo/db/auth/role_graph_builtin_roles.cpp
parent65eced031a2c8d8b1c5e5815881466b8fbb3bc01 (diff)
downloadmongo-8e638c938ed3c17d090a85de8b35676af31f8db5.tar.gz
Remove listLocalCursors
Diffstat (limited to 'src/mongo/db/auth/role_graph_builtin_roles.cpp')
-rw-r--r--src/mongo/db/auth/role_graph_builtin_roles.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/auth/role_graph_builtin_roles.cpp b/src/mongo/db/auth/role_graph_builtin_roles.cpp
index d9875a20f96..589a4feb0e8 100644
--- a/src/mongo/db/auth/role_graph_builtin_roles.cpp
+++ b/src/mongo/db/auth/role_graph_builtin_roles.cpp
@@ -182,7 +182,6 @@ MONGO_INITIALIZER(AuthorizationBuiltinRoles)(InitializerContext* context) {
<< ActionType::getParameter
<< ActionType::getShardMap
<< ActionType::hostInfo
- << ActionType::listCursors // clusterManager gets this also
<< ActionType::listDatabases
<< ActionType::listSessions // clusterManager gets this also
<< ActionType::listShards // clusterManager gets this also
@@ -238,7 +237,6 @@ MONGO_INITIALIZER(AuthorizationBuiltinRoles)(InitializerContext* context) {
<< ActionType::resync // hostManager gets this also
<< ActionType::addShard
<< ActionType::removeShard
- << ActionType::listCursors // clusterManager gets this also
<< ActionType::listSessions // clusterMonitor gets this also
<< ActionType::listShards // clusterMonitor gets this also
<< ActionType::flushRouterConfig // hostManager gets this also