[svn-commits] jrose: branch 11 r422625 - in /branches/11: ./ main/manager.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Sep 4 15:39:38 CDT 2014
Author: jrose
Date: Thu Sep 4 15:39:34 2014
New Revision: 422625
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=422625
Log:
Manager: Require read permission for SYSTEM in order to send FullyBooted
Review: https://reviewboard.asterisk.org/r/3969/
........
Merged revisions 422584 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/11/ (props changed)
branches/11/main/manager.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/manager.c?view=diff&rev=422625&r1=422624&r2=422625
==============================================================================
--- branches/11/main/manager.c (original)
+++ branches/11/main/manager.c Thu Sep 4 15:39:34 2014
@@ -3317,6 +3317,7 @@
}
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);
More information about the svn-commits
mailing list