From 8e638c938ed3c17d090a85de8b35676af31f8db5 Mon Sep 17 00:00:00 2001 From: Ted Tuckman Date: Wed, 10 Oct 2018 10:17:12 -0400 Subject: Remove listLocalCursors --- src/mongo/db/auth/role_graph_builtin_roles.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/db/auth/role_graph_builtin_roles.cpp') 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 -- cgit v1.2.1