mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-30 03:07:40 +08:00
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
%%--------------------------------------------------------------------
|
|
%% For paho interoperability test cases
|
|
%%--------------------------------------------------------------------
|
|
|
|
{deny, {client, "myclientid"}, subscribe, ["test/nosubscribe"]}.
|
|
|
|
{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}.
|
|
|
|
{allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
|
|
|
|
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|
|
|
|
{allow, all}.
|
|
|