]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Manager: Require read permission for SYSTEM in order to send FullyBooted
authorJonathan Rose <jrose@digium.com>
Thu, 4 Sep 2014 20:39:34 +0000 (20:39 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 4 Sep 2014 20:39:34 +0000 (20:39 +0000)
Review: https://reviewboard.asterisk.org/r/3969/
........

Merged revisions 422584 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@422625 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/manager.c

index 8c44f7cbfbfee39f171cb3c2b4f3df2f9210680b..5f976afdccdf7cc143ea421d5eae615133f25f08 100644 (file)
@@ -3317,6 +3317,7 @@ static int action_login(struct mansession *s, const struct message *m)
        }
        astman_send_ack(s, m, "Authentication accepted");
        if ((s->session->send_events & EVENT_FLAG_SYSTEM)
+               && (s->session->readperm & EVENT_FLAG_SYSTEM)
                && ast_test_flag(&ast_options, AST_OPT_FLAG_FULLY_BOOTED)) {
                struct ast_str *auth = ast_str_alloca(80);
                const char *cat_str = authority_to_str(EVENT_FLAG_SYSTEM, &auth);