|
|
-%% -type(rule() :: {permission(), who(), access(), topics()} | {permission(), all}).
|
|
|
|
|
|
|
+%% -type(rule() :: {permission(), who(), action(), topics()} | {permission(), all}).
|
|
|
{allow, {username, {re, "^dashboard$"}}, subscribe, ["$SYS/#"]}.
|
|
{allow, {username, {re, "^dashboard$"}}, subscribe, ["$SYS/#"]}.
|