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