From 72751e542801a6a390314a5b7f7076fe67fb3066 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 14 Aug 2015 10:53:01 +0800 Subject: [PATCH] allow dashboard to subscribe --- rel/files/acl.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rel/files/acl.config b/rel/files/acl.config index c1985f1d4..3359b2b04 100644 --- a/rel/files/acl.config +++ b/rel/files/acl.config @@ -18,6 +18,8 @@ %% %%%----------------------------------------------------------------------------- +{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}. + {allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}. {deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.