Przeglądaj źródła

For paho interoperability tests

Feng Lee 7 lat temu
rodzic
commit
4af6065984
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14 0
      etc/acl.conf.paho

+ 14 - 0
etc/acl.conf.paho

@@ -0,0 +1,14 @@
+%%--------------------------------------------------------------------
+%% 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}.
+