summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorÁngel González <ingenit@zoho.com>2012-10-15 22:04:22 +0200
committerAdam Jackson <ajax@redhat.com>2016-03-14 11:49:13 -0400
commit4583fa9a6cd3095d7497c075d68e7430ea3c5cb0 (patch)
tree84c104f345edfba6da62ec327259a056934fb317 /Xext
parentb78897d0a04a833720698901fbac9535570875e4 (diff)
security: Fix reversed comment
Commit 6045506be0cebca4ebbe943ae77f020aafa703d4 changed back the behavior to only allow the trusted extensions to the untrusted clients, but left the 8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763 comment intended for Security*Un*trustedExtensions saying that "untrusted clients shouldn't have access to these". Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Ángel González <ingenit@zoho.com>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c
index 04382ff4d..8cb3a2c73 100644
--- a/Xext/security.c
+++ b/Xext/security.c
@@ -63,7 +63,7 @@ typedef struct {
XID authId;
} SecurityStateRec;
-/* Extensions that untrusted clients shouldn't have access to */
+/* The only extensions that untrusted clients have access to */
static const char *SecurityTrustedExtensions[] = {
"XC-MISC",
"BIG-REQUESTS",