Просмотр исходного кода

Prevent ALL access to $SYS from outside localhost.

The structure of $SYS is pretty well known or can be guessed and can contain non-public information and therefore should be protected.
Martin Rauscher 11 лет назад
Родитель
Сommit
94dfa95419
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rel/files/acl.config

+ 1 - 1
rel/files/acl.config

@@ -20,7 +20,7 @@
 
 {allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
 
-{deny, all, subscribe, [{eq, "$SYS/#"}, {eq, "#"}]}.
+{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
 
 {allow, all}.