From 98a3110beb733951250a75e484d26f9c4515502c Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Mon, 20 Apr 2015 04:48:45 +0800 Subject: [PATCH] 'eq' tag --- rel/files/acl.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/acl.config b/rel/files/acl.config index f7ce98042..0d8962d49 100644 --- a/rel/files/acl.config +++ b/rel/files/acl.config @@ -20,7 +20,7 @@ {allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}. -{deny, all, subscribe, ["$SYS/#", "#"]}. +{deny, all, subscribe, [{eq, "$SYS/#"}, {eq, "#"}]}. {allow, all}.