From d34ae0850cf8ebde4b39e6865f21e50b74fe6c94 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Feb 2014 23:08:22 +0100 Subject: AllCommands: "findadd" requires the "add" permission --- src/command/AllCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index 74802ced4..36f6fb97c 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -90,7 +90,7 @@ static const struct command commands[] = { { "disableoutput", PERMISSION_ADMIN, 1, 1, handle_disableoutput }, { "enableoutput", PERMISSION_ADMIN, 1, 1, handle_enableoutput }, { "find", PERMISSION_READ, 2, -1, handle_find }, - { "findadd", PERMISSION_READ, 2, -1, handle_findadd}, + { "findadd", PERMISSION_ADD, 2, -1, handle_findadd}, { "idle", PERMISSION_READ, 0, -1, handle_idle }, { "kill", PERMISSION_ADMIN, -1, -1, handle_kill }, { "list", PERMISSION_READ, 1, -1, handle_list }, -- cgit v1.2.3