'eq' tag
This commit is contained in:
parent
c4c0be44f3
commit
98a3110beb
|
@ -20,7 +20,7 @@
|
|||
|
||||
{allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
|
||||
|
||||
{deny, all, subscribe, ["$SYS/#", "#"]}.
|
||||
{deny, all, subscribe, [{eq, "$SYS/#"}, {eq, "#"}]}.
|
||||
|
||||
{allow, all}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue