Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2010-05-05 03:17:28 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-05-18 16:13:02 +0400
commitfb7dbfe6f3c05e5829af702e3b069694fb6f5182 (patch)
tree42c20ef123289d1ed1b89ad3410102ed973d6b1e /scripts
parent8cfb579c131bdc17f4adbf581050df989a544b83 (diff)
make icesecret comments clearer
Diffstat (limited to 'scripts')
-rw-r--r--scripts/murmur.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 09017facb..7a67bfc30 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -34,9 +34,11 @@ dbus=session
# Ice primarily uses local sockets. This means anyone who has a
# user account on your machine can connect to the Ice services.
# You can set a plaintext "secret" on the Ice connection, and
-# any script attempting to access must then have this secret.
+# any script attempting to access must then have this secret
+# (as context with name "secret").
# Access is split in read (look only) and write (modify)
-# operations.
+# operations. Write access always includes read access,
+# unless read is explicitly denied (see note below).
#
# Note that if this is uncommented and with empty content,
# access will be denied.