Explorar o código

For paho interoperability tests

Feng Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
4af6065984
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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}.
+