Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/210#discussion_r138628440
--- Diff: guide/ops/configuration/brooklyn_cfg.md ---
@@ -33,7 +28,7 @@
brooklyn.webconsole.security.user.admin.password=AdminPassw0rd
brooklyn.webconsole.security.user.bob.password=BobPassw0rd
{% endhighlight %}
-The properties file *must* have permissions 600
+The config file *must* have permissions 600
--- End diff --
I don't think that is true anymore. Although, as long as it is readable and
writable for the file owner, it should be fine
---